Merged in bugfix/MAPG-142-fix-timestamp-onupdate (pull request #175)

MAPG-142 fix timestamp onupdate issue
This commit is contained in:
Bence Pőcze 2020-07-05 16:24:17 +00:00
commit da2c8d96a4

View File

@ -0,0 +1,2 @@
ALTER TABLE `sessions`
MODIFY `updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP;