Skip to content

Commit 639f29b

Browse files
committed
fix tests
1 parent c341318 commit 639f29b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/src/main/java/io/github/sds100/keymapper/backup/BackupManager.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ class BackupManagerImpl(
241241

242242
// Do nothing because this just add the floating layouts table and indexes.
243243
JsonMigration(13, 14) { json -> json },
244+
245+
// Do nothing just added floating button entity columns
246+
JsonMigration(14, 15) { json -> json },
244247
)
245248

246249
if (keyMapListJsonArray != null) {

0 commit comments

Comments
 (0)