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