There was an error while loading. Please reload this page.
1 parent 8cc07a3 commit eabbd86Copy full SHA for eabbd86
1 file changed
src/migration.rs
@@ -117,11 +117,11 @@ const EVENT_MIGRATION_BATCH_SIZE: usize = 100;
117
118
/// Last default-column-family key durably processed by the placeholder swap.
119
const COUNTRY_CODE_SWAP_CHECKPOINT_KEY: &[u8] =
120
- b"migration/0.47.0-alpha.3/country-code-placeholder-swap/checkpoint";
+ b"migration/0.47.0/country-code-placeholder-swap/checkpoint";
121
122
/// Durable marker preventing the placeholder swap from being applied twice.
123
const COUNTRY_CODE_SWAP_COMPLETED_KEY: &[u8] =
124
- b"migration/0.47.0-alpha.3/country-code-placeholder-swap/completed";
+ b"migration/0.47.0/country-code-placeholder-swap/completed";
125
126
/// The name of the file recording the database format version.
127
const VERSION_FILE_NAME: &str = "VERSION";
0 commit comments