mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-04 16:47:37 +08:00
[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