feat: Implement Sponsors.

This commit is contained in:
2023-10-20 19:52:22 +03:00
parent 8855d2efb8
commit ad455e5ac3
12 changed files with 380 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
BEGIN;
ALTER TABLE bot_config ADD COLUMN sponsor_prompt TEXT;
ALTER TABLE bot_config ADD COLUMN sponsor_message TEXT;
INSERT INTO VersionHistory (version, author) VALUES (14, 'v13-v14 migration');
COMMIT;