SYMBOL INDEX (38 symbols across 7 files) FILE: SiskinIM/db-schema-1.sql type chats (line 1) | CREATE TABLE IF NOT EXISTS chats ( type chat_history (line 14) | CREATE TABLE IF NOT EXISTS chat_history ( type chat_history_jid_idx (line 28) | CREATE INDEX IF NOT EXISTS chat_history_jid_idx on chats ( type roster_items (line 32) | CREATE TABLE IF NOT EXISTS roster_items ( type roster_groups (line 42) | CREATE TABLE IF NOT EXISTS roster_groups ( type roster_items_groups (line 47) | CREATE TABLE IF NOT EXISTS roster_items_groups ( type vcards_cache (line 54) | CREATE TABLE IF NOT EXISTS vcards_cache ( type vcards_cache_jid_idx (line 61) | CREATE INDEX IF NOT EXISTS vcards_cache_jid_idx on vcards_cache ( type caps_features (line 65) | CREATE TABLE IF NOT EXISTS caps_features ( type caps_features_node_idx (line 70) | CREATE INDEX IF NOT EXISTS caps_features_node_idx on caps_features ( type caps_features_feature_idx (line 74) | CREATE INDEX IF NOT EXISTS caps_features_feature_idx on caps_features ( type caps_identities (line 78) | CREATE TABLE IF NOT EXISTS caps_identities ( type caps_indentities_node_idx (line 85) | CREATE INDEX IF NOT EXISTS caps_indentities_node_idx on caps_identities ( type avatars_cache (line 89) | CREATE TABLE IF NOT EXISTS avatars_cache ( type avatars_cache_jid_idx (line 97) | CREATE INDEX IF NOT EXISTS avatars_cache_jid_idx on avatars_cache ( FILE: SiskinIM/db-schema-11.sql type chat_history_account_jid_server_msg_id_idx (line 7) | CREATE INDEX IF NOT EXISTS chat_history_account_jid_server_msg_id_idx on... FILE: SiskinIM/db-schema-13.sql type chat_history_sync (line 1) | CREATE TABLE IF NOT EXISTS chat_history_sync ( FILE: SiskinIM/db-schema-14.sql type chat_markers (line 1) | CREATE TABLE IF NOT EXISTS chat_markers ( type chat_markers_key (line 11) | CREATE UNIQUE INDEX IF NOT EXISTS chat_markers_key on chat_markers ( FILE: SiskinIM/db-schema-2.sql type chats (line 3) | CREATE TABLE IF NOT EXISTS chats ( type chat_jid_idx (line 24) | CREATE INDEX IF NOT EXISTS chat_jid_idx on chats ( type chat_history (line 30) | CREATE TABLE IF NOT EXISTS chat_history ( type chat_history_account_jid_timestamp_idx (line 53) | CREATE INDEX IF NOT EXISTS chat_history_account_jid_timestamp_idx on cha... type chat_history_account_jid_state_idx (line 57) | CREATE INDEX IF NOT EXISTS chat_history_account_jid_state_idx on chat_hi... type roster_items (line 64) | CREATE TABLE IF NOT EXISTS roster_items ( type roster_items_groups (line 80) | CREATE TABLE IF NOT EXISTS roster_items_groups ( type roster_item_jid_idx (line 99) | CREATE INDEX IF NOT EXISTS roster_item_jid_idx on roster_items ( type roster_item_groups_item_id_idx (line 103) | CREATE INDEX IF NOT EXISTS roster_item_groups_item_id_idx ON roster_item... type roster_item_groups_group_id_idx (line 104) | CREATE INDEX IF NOT EXISTS roster_item_groups_group_id_idx ON roster_ite... type vcards_cache (line 108) | CREATE TABLE IF NOT EXISTS vcards_cache ( type vcards_cache_jid_idx (line 123) | CREATE INDEX IF NOT EXISTS vcards_cache_jid_idx on vcards_cache ( type avatars_cache (line 129) | CREATE TABLE IF NOT EXISTS avatars_cache ( type avatars_cache_jid_idx (line 145) | CREATE INDEX IF NOT EXISTS avatars_cache_jid_idx on avatars_cache ( FILE: SiskinIM/db-schema-5.sql type omemo_sessions (line 1) | CREATE TABLE IF NOT EXISTS omemo_sessions ( type omemo_identities (line 10) | CREATE TABLE IF NOT EXISTS omemo_identities ( type omemo_pre_keys (line 22) | CREATE TABLE IF NOT EXISTS omemo_pre_keys ( type omemo_signed_pre_keys (line 30) | CREATE TABLE IF NOT EXISTS omemo_signed_pre_keys ( FILE: SiskinIM/db-schema-8.sql type chats_read (line 1) | CREATE TABLE IF NOT EXISTS chats_read (