process intervals. inlining fields

This commit is contained in:
jude
2022-04-03 21:53:28 +01:00
parent f21d522435
commit d946ef1dca
7 changed files with 124 additions and 89 deletions

View File

@ -27,5 +27,5 @@ CREATE TABLE reminder_template (
PRIMARY KEY (id),
FOREIGN KEY (`guild_id`) REFERENCES channels (`id`) ON DELETE CASCADE,
FOREIGN KEY (`guild_id`) REFERENCES channels (`id`) ON DELETE CASCADE
);