1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-06-06 23:46:47 +02:00

5 lines
137 B
MySQL
Raw Normal View History

2017-02-21 22:27:11 +01:00
-- Updates from version 0.4-beta
ALTER TABLE users ALTER last_login DROP NOT NULL;
ALTER TABLE users ALTER last_login SET DEFAULT NULL;