Increase the size of reminder names. Restyle.

This commit is contained in:
jude
2023-07-22 15:06:53 +01:00
parent 88c4830209
commit 04025b8157
6 changed files with 316 additions and 247 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE reminders MODIFY `name` VARCHAR(100) NOT NULL DEFAULT 'Reminder';
ALTER TABLE reminder_template MODIFY `name` VARCHAR(100) NOT NULL DEFAULT 'Reminder';