Skip to content

Commit

Permalink
remove logs from processed cfs
Browse files Browse the repository at this point in the history
  • Loading branch information
carneiro-cw committed Nov 13, 2024
1 parent 4d6abe7 commit e79bcb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bin/rocks_migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ use rocksdb::WriteOptions;
use rocksdb::DB;
use stratus::eth::storage::rocks::rocks_db::create_or_open_db;

const COLUMN_FAMILIES: [&str; 8] = [
const COLUMN_FAMILIES: [&str; 7] = [
"accounts",
"accounts_history",
"account_slots",
"account_slots_history",
"transactions",
"blocks_by_number",
"blocks_by_hash",
"logs",
];

pub fn main() -> Result<()> {
Expand Down

0 comments on commit e79bcb6

Please sign in to comment.