Use SQLx migrations
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
ALTER TABLE reminders RENAME COLUMN `interval` TO `interval_seconds`;
|
||||
ALTER TABLE reminders ADD COLUMN `interval_months` INT UNSIGNED DEFAULT NULL;
|
Reference in New Issue
Block a user