mirror of
https://github.com/mautrix/discord.git
synced 2025-03-14 14:15:37 +00:00
2 lines
124 B
SQL
2 lines
124 B
SQL
ALTER TABLE puppet ADD COLUMN next_batch TEXT;
|
|
ALTER TABLE puppet ADD COLUMN enable_receipts BOOLEAN NOT NULL DEFAULT true;
|