Thomas Bruederli
2014-05-22 14291c79dbc1a6ad77a5d43b28e4f3a49f3df46c
1
2
3
4
-- Updates from version 0.4-beta
 
ALTER TABLE `users` CHANGE `last_login` `last_login` datetime DEFAULT NULL;
UPDATE `users` SET `last_login` = NULL WHERE `last_login` = '1000-01-01 00:00:00';