Skip to content

Automated database initialization and migrations #13

@evanebb

Description

@evanebb

Currently the database has to be manually initialized using the schema in the configs/ directory.
Instead, the application should be able to:

  • Initialize a clean database itself. This makes setting up the application way easier, and bundles all of the dependencies together.
  • Upgrade the database schema to a newer version when the application is updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions