diff --git a/sql/2017-10-bookmarks.sql b/sql/2017-10-bookmarks.sql new file mode 100644 index 0000000..d89ea7f --- /dev/null +++ b/sql/2017-10-bookmarks.sql @@ -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; +