We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70e759 commit 36e8056Copy full SHA for 36e8056
libpretixsync/src/main/java/eu/pretix/libpretixsync/sqldelight/Migrations.kt
@@ -5,10 +5,8 @@ import app.cash.sqldelight.db.AfterVersion
5
object Migrations {
6
/**
7
* Current database version
8
- *
9
- * Must be updated manually and kept in sync with the SQLDelight migrations.
10
*/
11
- const val CURRENT_VERSION = 108L
+ val CURRENT_VERSION = SyncDatabase.Schema.version
12
13
14
* Lowest schema version that we can still migrate from
0 commit comments