We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc3757 commit f6c5b0bCopy full SHA for f6c5b0b
src/app.rs
@@ -57,6 +57,7 @@ impl App {
57
}
58
59
pub fn db_setup(&self) {
60
+ print!(" - setting up the db\n")
61
db::setup(&*self.database.get().unwrap())
62
63
0 commit comments