reminder-bot/migrations/20230923210620_reminder_template_intervals.sql

4 lines
224 B
MySQL
Raw Normal View History

2023-09-23 21:47:21 +00:00
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;