09-16-2017, 02:41 PM
ALTER TABLE settings ADD notif_daylimit INT(3) NOT NULL DEFAULT 7;
ALTER TABLE notifications ADD is_archived TINYINT(1) NULL DEFAULT 0 AFTER is_read;
And the note about adding the logger to login was because I knew we had discussed changes to the login but we weren't sure what - so whatever we do, during that process, we need to add a logger to the login process which is the function I pasted there.
ALTER TABLE notifications ADD is_archived TINYINT(1) NULL DEFAULT 0 AFTER is_read;
And the note about adding the logger to login was because I knew we had discussed changes to the login but we weren't sure what - so whatever we do, during that process, we need to add a logger to the login process which is the function I pasted there.