doubts in english: sphinx reads the comments and they appear on cwo
try:# missing on some old databasessql('CREATE INDEX entities_extid_idx ON entities(extid)')except:pass# already existscheckpoint()sql('CREATE INDEX entities_type_idx ON entities(type)')checkpoint()