feat: run pending migrations on app start

This commit is contained in:
2024-09-13 08:41:25 +02:00
parent 01a48c0840
commit f6034d8433
3 changed files with 19 additions and 4 deletions

View File

@ -1,4 +1,4 @@
mod database_connection;
pub(crate) mod database_connection;
pub(crate) mod projects;
pub(crate) mod tasks;
pub(crate) mod subtasks;