09-15-2017, 09:42 PM
I was just about to warn you that you need these 2 lines from the other thread, lol!
Code:
ALTER TABLE settings ADD notif_daylimit INT(3) NOT NULL DEFAULT '7' ;
Code:
ALTER TABLE notifications ADD is_archived TINYINT(1) NULL DEFAULT '0' AFTER is_read;