🚧 Code tweaks
This commit is contained in:
parent
5736b5d67b
commit
322cd9b6bf
6 changed files with 20 additions and 19 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue