Fix users table again (#6224)

You can only have one column with CURRENT_TIMESTAMP
This commit is contained in:
Tony Murray
2017-03-21 09:07:45 -05:00
committed by GitHub
parent cd16a071ef
commit 7e72d71dce

1
sql-schema/178.sql Normal file
View File

@@ -0,0 +1 @@
ALTER TABLE `users` MODIFY `updated_at` TIMESTAMP;