Added activity field to diagnostics

This commit is contained in:
2019-06-07 02:51:25 +10:00
parent 4e5490add6
commit dd19aa97a3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +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';
ALTER TABLE diagnostics ADD COLUMN activity INTEGER DEFAULT NULL;