mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
7e72d71dce
You can only have one column with CURRENT_TIMESTAMP
2 lines
51 B
SQL
2 lines
51 B
SQL
ALTER TABLE `users` MODIFY `updated_at` TIMESTAMP;
|