Searched refs:from_0_to_1 (Results 1 – 1 of 1) sorted by relevance
877 const UPGRADERS: &'static [fn(&Transaction) -> Result<u32>] = &[Self::from_0_to_1];904 fn from_0_to_1(tx: &Transaction) -> Result<u32> { in from_0_to_1() method4061 db.with_transaction(Immediate("TX_test"), |tx| KeystoreDB::from_0_to_1(tx).no_gc()) in test_upgrade_0_to_1()