Allow notifications to be sent days ahead of time
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE chat DROP remind_days_ahead;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE chat ADD remind_days_ahead BIGINT NOT NULL DEFAULT 0;
|
||||
Reference in New Issue
Block a user