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
Due to checking database state by
SELECT COUNT(*) FROM symbolsand tablesymbolsnot being part of database schema inschema.go-ckb doctoralways showsDatabase tables not initialized.Probably query should be changed to
SELECT COUNT(*) FROM symbols_fts