mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-04 23:02:32 -05:00
stop using cargo pkg version
One fewer thing to manage at release time.
This commit is contained in:
@@ -54,7 +54,10 @@ pub fn run(conn: &mut rusqlite::Connection, opts: &Options) -> Result<i32, Error
|
||||
error!("Schema version is not as expected:\n{}", e);
|
||||
printed_error = true;
|
||||
} else {
|
||||
info!("Schema at expected version {}.", db::EXPECTED_VERSION);
|
||||
info!(
|
||||
"Schema at expected version {}.",
|
||||
db::EXPECTED_SCHEMA_VERSION
|
||||
);
|
||||
}
|
||||
|
||||
// Compare schemas.
|
||||
|
||||
Reference in New Issue
Block a user