This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Zaimki/migrations/040-last-active.sql

7 lines
71 B
MySQL
Raw Normal View History

2021-11-23 05:44:24 -08:00
-- Up
ALTER TABLE users ADD COLUMN lastActive INTEGER NULL;
-- Down