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

8 lines
83 B
PL/PgSQL

BEGIN;
ALTER TABLE chats ADD COLUMN name TEXT;
COMMIT;
PRAGMA user_version = 4;