auto: black run
This commit is contained in:
@@ -16,9 +16,7 @@ def _get_column():
|
||||
def _get_indices(meta):
|
||||
meta.reflect()
|
||||
AnalyzeTask = Table("analyze_tasks", meta, autoload=True, autoload_with=meta.bind)
|
||||
return [
|
||||
Index("analyze_tasks_status_idx", AnalyzeTask.c.status, unique=False)
|
||||
]
|
||||
return [Index("analyze_tasks_status_idx", AnalyzeTask.c.status, unique=False)]
|
||||
|
||||
|
||||
def upgrade(migrate_engine):
|
||||
|
||||
Reference in New Issue
Block a user