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

8 lines
94 B
PL/PgSQL

BEGIN;
ALTER TABLE chat_history ADD COLUMN appendix TEXT;
COMMIT;
PRAGMA user_version = 9;