Dumpless upgrade from v1.13 to v1.14

This commit is contained in:
Kerollmops 2025-03-11 15:08:07 +01:00
parent 1d499ed9b2
commit 566b4efb06
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
3 changed files with 50 additions and 7 deletions

View file

@ -37,9 +37,9 @@ impl UpgradeIndex for V1_13_0_To_V1_13_1 {
}
#[allow(non_camel_case_types)]
pub(super) struct V1_13_1_To_Current();
pub(super) struct V1_13_1_To_Latest_V1_13();
impl UpgradeIndex for V1_13_1_To_Current {
impl UpgradeIndex for V1_13_1_To_Latest_V1_13 {
fn upgrade(
&self,
_wtxn: &mut RwTxn,