Skip to content

Commit a55cca9

Browse files
authored
Bump schema version (#4436)
1 parent 5d2fbbe commit a55cca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ mod utxo_entry;
5353
#[cfg(test)]
5454
pub(crate) mod testing;
5555

56-
const SCHEMA_VERSION: u64 = 30;
56+
const SCHEMA_VERSION: u64 = 31;
5757

5858
define_multimap_table! { SAT_TO_SEQUENCE_NUMBER, u64, u32 }
5959
define_multimap_table! { SCRIPT_PUBKEY_TO_OUTPOINT, &[u8], OutPointValue }

0 commit comments

Comments
 (0)