feat: Implement Sponsors.
This commit is contained in:
7
data/migration/v13-v14/migration.sql
Normal file
7
data/migration/v13-v14/migration.sql
Normal 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;
|
||||
Reference in New Issue
Block a user