def downgrade():
op.drop_table('tags_vulnerabilities')
op.drop_table('reports')
op.drop_table('vulnerabilities')
op.drop_table('samples')
op.drop_table('fqdns_typosquats')
op.drop_table('ah_startup_config_params')
op.drop_table('ah_runtime_config_params')
op.drop_table('users')
op.drop_table('ip_ranges')
op.drop_table('fqdns')
op.drop_table('emails_organizations')
op.drop_table('contacts')
op.drop_table('contactemails_organizations')
op.drop_table('asn')
op.drop_table('ah_startup_configs')
op.drop_table('ah_runtime_configs')
op.drop_index(op.f('ix_organizations_abbreviation'),
table_name='organizations')
op.drop_table('organizations')
op.drop_table('deliverable_files')
op.drop_table('ah_bots')
op.drop_table('tasks_taskmeta')
op.drop_table('tasks_groupmeta')
op.drop_table('tags')
op.drop_index(op.f('ix_roles_default'), table_name='roles')
op.drop_table('roles')
op.drop_table('report_types')
op.drop_table('organization_groups')
op.drop_table('emails')
op.drop_table('deliverables')
op.drop_table('ah_bot_types')
评论列表
文章目录