mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
use internal db version
This commit is contained in:
parent
8aa5474c20
commit
afd9bc3134
2 changed files with 4 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ impl App {
|
|||
};
|
||||
|
||||
// Init database model
|
||||
let database = Arc::new(Database::init(connection, env!("CARGO_PKG_VERSION")));
|
||||
let database = Arc::new(Database::init(connection));
|
||||
|
||||
// Init actions
|
||||
let action_debug = Action::new("win", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue