Skip to content

ckb doctor always shows "Database tables not initialized" #130

@izhyvaiev

Description

@izhyvaiev

Due to checking database state by SELECT COUNT(*) FROM symbols and table symbols not being part of database schema in schema.go - ckb doctor always shows Database tables not initialized.
Probably query should be changed to SELECT COUNT(*) FROM symbols_fts

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions