We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65eacdb commit 24e6c6dCopy full SHA for 24e6c6d
app/src/main/java/com/xinto/mauth/core/otp/exporter/DefaultOtpExporter.kt
@@ -89,6 +89,7 @@ class DefaultOtpExporter : OtpExporter {
89
90
val batches = migrationBuilders.mapIndexed { i, builder ->
91
builder
92
+ .setVersion(1)
93
.setBatchIndex(i)
94
.setBatchSize(migrationBuilders.size)
95
.setBatchId(if (migrationBuilders.size == 1) 0 else randomBatchId)
0 commit comments