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.
Currently the database has to be manually initialized using the schema in the
configs/directory.Instead, the application should be able to: