Need some method of validating the schema between code releases for the SQL based backends.
It's probably fairly unlikely that columns will change much besides additions, but regardless some method of checking where it's up to and how to get to the correct state would be good.
Such functionality should run during backend.Init() and check;
- removed columns
- added columns
- changed columns
Need some method of validating the schema between code releases for the SQL based backends.
It's probably fairly unlikely that columns will change much besides additions, but regardless some method of checking where it's up to and how to get to the correct state would be good.
Such functionality should run during backend.Init() and check;