mirror of
https://github.com/mudler/luet.git
synced 2025-09-08 02:29:38 +00:00
🐛 Fixup migration
Extend it so it is not bound to any version, try to parse it instead.
This commit is contained in:
@@ -49,7 +49,7 @@ func checkMigrationSchema(path string) {
|
||||
defer b.Close()
|
||||
|
||||
for _, m := range migrations {
|
||||
b.Bolt.Update(m)
|
||||
m(b)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user