forked from Cookies_Github_mirror/AquaDX
[F] Fix migration
This commit is contained in:
@@ -51,7 +51,7 @@ class Migrations(
|
||||
log.error("> Conflicting card found for ${c.luid}: $new")
|
||||
new++
|
||||
}
|
||||
cardRepo.save(c.apply { extId = new })
|
||||
cardRepo.save(c.apply { extId = new; luid = new.toString() })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user