pool/sql/2017-09-notifications.sql
2017-09-14 09:07:12 +02:00

6 lines
286 B
SQL

-- Recent additions to add after db init (.gz)
-- mysql yaamp -p < file.sql
ALTER TABLE `notifications` CHANGE `lastchecked` `lastchecked` int(10) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `notifications` CHANGE `lasttriggered` `lasttriggered` int(10) UNSIGNED NOT NULL DEFAULT '0';