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

10 lines
224 B
PL/PgSQL

BEGIN;
ALTER TABLE chat_history ADD COLUMN master_id INT;
ALTER TABLE chat_history ADD COLUMN correction_stanza_id TEXT;
ALTER TABLE chat_history ADD COLUMN correction_timestamp INTEGER;
COMMIT;
PRAGMA user_version = 12;