mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 09:27:25 +00:00
sql: bookmarks creation issue with recent mysql
This commit is contained in:
parent
7d85e363c4
commit
bd7bb9b77b
1 changed files with 8 additions and 0 deletions
8
sql/2017-10-bookmarks.sql
Normal file
8
sql/2017-10-bookmarks.sql
Normal file
|
@ -0,0 +1,8 @@
|
|||
-- Recent additions to add after db init (.gz)
|
||||
-- mysql yaamp -p < file.sql
|
||||
|
||||
ALTER TABLE `notifications` CHANGE `lastchecked` `lastchecked` int(10) UNSIGNED NULL;
|
||||
ALTER TABLE `notifications` CHANGE `lasttriggered` `lasttriggered` int(10) UNSIGNED NULL;
|
||||
|
||||
ALTER TABLE `bookmarks` CHANGE `lastused` `lastused` int(10) UNSIGNED NULL;
|
||||
|
Loading…
Add table
Reference in a new issue