fix: create records table
This commit is contained in:
1
sdgb-cli/src/cache/mod.rs
vendored
1
sdgb-cli/src/cache/mod.rs
vendored
@@ -41,6 +41,7 @@ pub fn init_db() -> Result<(), redb::Error> {
|
|||||||
let write_txn = DATABASE.begin_write()?;
|
let write_txn = DATABASE.begin_write()?;
|
||||||
write_txn.open_table(PLAYERS)?;
|
write_txn.open_table(PLAYERS)?;
|
||||||
write_txn.open_table(PLAYER_B50)?;
|
write_txn.open_table(PLAYER_B50)?;
|
||||||
|
write_txn.open_table(PLAYER_RECORD)?;
|
||||||
write_txn.commit()?;
|
write_txn.commit()?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user