Skip to content

Commit 04a107c

Browse files
committed
Fix migration race condition by providing sqldelight migration
1 parent 45d25d0 commit 04a107c

File tree

1 file changed

+1
-1
lines changed
  • libpretixsync/src/main/sqldelight/migrations

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-- Empty migration to set database version to 106
1+
ALTER TABLE ReceiptLine ADD COLUMN tax_code TEXT;

0 commit comments

Comments
 (0)