MAPG-142 fix timestamp onupdate issue

This commit is contained in:
Bence Pőcze 2020-07-05 18:23:02 +02:00
parent f7b268e10f
commit cd581c6fcd
Signed by: bence
GPG Key ID: AA52B11A3269D1C1

View File

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