1 2 3 4 5 6
begin; ALTER table open311conf ADD column send_extended_statuses BOOL NOT NULL DEFAULT 'f'; commit;