Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Jun 5, 2023
1 parent 5619052 commit 4001933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event-db/src/lib.rs
Expand Up @@ -19,7 +19,7 @@ const DATABASE_URL_ENVVAR: &str = "EVENT_DB_URL";

/// Database version this crate matches.
/// Must equal the last Migrations Version Number.
pub const DATABASE_SCHEMA_VERSION: i32 = 9;
pub const DATABASE_SCHEMA_VERSION: i32 = 8;

#[allow(unused)]
/// Connection to the Election Database
Expand Down

0 comments on commit 4001933

Please sign in to comment.