reminder-bot/migrations/20230923210620_reminder_template_intervals.sql
2023-09-23 22:47:21 +01:00

4 lines
224 B
SQL

ALTER TABLE `reminder_template` ADD COLUMN `interval_seconds` INT UNSIGNED;
ALTER TABLE `reminder_template` ADD COLUMN `interval_days` INT UNSIGNED;
ALTER TABLE `reminder_template` ADD COLUMN `interval_months` INT UNSIGNED;