fix to only use auto migration when no manual migration is in place

this will fix the changes from commits
8eabfd6d
and also
46efdf4b0c

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2025-05-14 17:05:05 +02:00
parent 2836ba83e2
commit 79ef534e80
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -51,7 +51,7 @@ import java.util.Locale
], ],
version = 14, version = 14,
autoMigrations = [ autoMigrations = [
AutoMigration(from = 9, to = 13) AutoMigration(from = 9, to = 10)
], ],
exportSchema = true exportSchema = true
) )