mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
sql: set default value on triggers timestamps
This commit is contained in:
parent
6c90300b6e
commit
953bdc95d8
1 changed files with 6 additions and 0 deletions
6
sql/2017-09-notifications.sql
Normal file
6
sql/2017-09-notifications.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
-- 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';
|
||||
|
Loading…
Add table
Reference in a new issue