Skip to content

Commit

Permalink
fix: Preserve schema upgrade path between schemafix'd versions and up…
Browse files Browse the repository at this point in the history
…coming
  • Loading branch information
OtaK committed Nov 14, 2023
1 parent faab900 commit 1308cfe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ CREATE TABLE mls_encryption_keypairs (

CREATE TABLE mls_psk_bundles (
psk_id BLOB,
psk BLOB
psk BLOB
);

CREATE TABLE mls_keypackages (
keypackage_ref BLOB,
keypackage BLOB
keypackage BLOB
);

0 comments on commit 1308cfe

Please sign in to comment.