snikket-ios/Shared/db-schema-6.sql

8 lines
86 B
PL/PgSQL

BEGIN;
ALTER TABLE chats ADD COLUMN options TEXT;
COMMIT;
PRAGMA user_version = 6;