Add committing of the db operations into the migration lifecycle

This commit is contained in:
Oliver 2026-04-20 21:25:48 -06:00
parent 85e3838396
commit b0a3d972f0
4 changed files with 84 additions and 30 deletions

View file

@ -133,10 +133,13 @@
"missing-id": "An ID must be provided",
"invalid-socket": "Invalid socket data received, this means a module or system bug is present.",
"unknown-socket-event": "An unknown socket event was received: {event}",
"malformed-socket-payload": "Socket event \"{event}\" received with malformed payload. Details: {details}"
},
"warn": {
"migration-in-progress": "Applying data migrations for version {version}. Please do NOT refresh the window while this warning is present."
},
"success": {
"saved-default-attributes": "Successfully saved default Actor attributes"
"saved-default-attributes": "Successfully saved default Actor attributes",
"migration-successful": "Data migrations for version {version} were successful."
}
}
}