a49a849917
Add new database column for interval_days. Update humantime to return days as a separate field.
4 lines
102 B
SQL
4 lines
102 B
SQL
USE reminders;
|
|
|
|
ALTER TABLE reminders.reminders ADD COLUMN `interval_days` INT UNSIGNED DEFAULT NULL;
|