def downgrade():
### commands auto generated by Alembic - please adjust! ###
op.drop_table('forums')
op.drop_table('reports')
op.drop_table('topics')
op.drop_table('topicsread')
op.drop_table('privatemessages')
op.drop_table('posts')
op.drop_table('moderators')
op.drop_table('forumsread')
op.drop_table('groups_users')
op.drop_table('topictracker')
op.drop_table('users')
op.drop_table('settings')
op.drop_table('settingsgroup')
op.drop_table('categories')
op.drop_table('groups')
### end Alembic commands ###
评论列表
文章目录