Skip to content

Commit

Permalink
chore: add migration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed May 19, 2023
1 parent 8b02453 commit cc2e829
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions persistence/src/commonMain/db_user/migrations/38.sqm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import kotlin.Boolean;

ALTER TABLE Conversation ADD COLUMN incomplete_metadata INTEGER AS Boolean NOT NULL DEFAULT 0;
ALTER TABLE User ADD COLUMN incomplete_metadata INTEGER AS Boolean NOT NULL DEFAULT 0;

0 comments on commit cc2e829

Please sign in to comment.