Skip to content

Database schema management: consider moving to Liquibase #147

@devilgate

Description

@devilgate

Liquibase allows you to build database schemas in a platform-neutral way, which is good for a situation like ours where we support multiple databases.

Our schemas have a lot of complexity, including things like stored procedures and triggers that would still require platform-specific SQL. But a lot of the complexity could be simplified.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions