mirror of
https://github.com/snikket-im/snikket-ios.git
synced 2025-10-26 11:18:09 +00:00
8 lines
86 B
PL/PgSQL
8 lines
86 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE chats ADD COLUMN options TEXT;
|
|
|
|
COMMIT;
|
|
|
|
PRAGMA user_version = 6;
|