Added lastActivityTime to accounts;

This commit is contained in:
2019-06-07 02:27:04 +10:00
parent e949b8f21f
commit 7c7aa26a1c
8 changed files with 37 additions and 7 deletions
+1
View File
@@ -1,2 +1,3 @@
#NOTE: ALWAYS, ALWAYS, ALWAYS write a script in revert.sql that undoes these changes
ALTER TABLE accounts ADD COLUMN lastActivityTime TIMESTAMP DEFAULT '2019-01-01 00:00:00';