Skip to content

Bugfix: *SQL Backend schema validation #13

@adambaumeister

Description

@adambaumeister

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions