mina-indexer icon indicating copy to clipboard operation
mina-indexer copied to clipboard

Database column family names should use a consistent scheme

Open trevorbernard opened this issue 10 months ago • 1 comments

    const COLUMN_FAMILIES: [&'static str; 14] = [
        "blocks",
        "blocks-global-slot-idx",
        "lengths",
        "slots",
        "canonicity",
        "commands",
        "mainnet-commands-slot",
        "mainnet-cmds-txn-global-slot",
        "mainnet-internal-commands",
        "events",
        "ledgers",
        "snarks",
        "snark-work-top-producers",
        "snark-work-top-producers-sort",
    ];

Improve the naming consistency for projections, domain storage and indices.

trevorbernard avatar Apr 22 '24 10:04 trevorbernard