Toggle helper tables
+/- table definition
CREATE TABLE `repo_indexer_status` ( `id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `repo_id` INTEGER NULL, `commit_sha` TEXT NULL, `indexer_type` INTEGER DEFAULT 0 NOT NULL )