Added datetime to notifications + Fixed sticky/unsticky notifications disappearing

This commit is contained in:
laf
2016-01-10 22:22:13 +00:00
parent d3248f8100
commit 93b0886567
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `notifications` ADD `datetime` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP;