Skip to content

Commit

Permalink
Update schema version for charms (ordinals#2687)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Nov 16, 2023
1 parent b1f80d2 commit bd918b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mod updater;
#[cfg(test)]
pub(crate) mod testing;

const SCHEMA_VERSION: u64 = 10;
const SCHEMA_VERSION: u64 = 11;

macro_rules! define_table {
($name:ident, $key:ty, $value:ty) => {
Expand Down

0 comments on commit bd918b5

Please sign in to comment.