🚧 Code tweaks

This commit is contained in:
Manuel Cillero 2024-04-13 19:43:47 +02:00
parent 5736b5d67b
commit 322cd9b6bf
6 changed files with 20 additions and 19 deletions

View file

@ -59,13 +59,13 @@ impl Application {
// Registers package actions.
package::all::register_actions();
// Initializes the packages.
package::all::init_packages();
#[cfg(feature = "database")]
// Runs pending database migrations.
package::all::run_migrations();
// Initializes the packages.
package::all::init_packages();
Self
}