def upgrade():
# ### commands auto generated by Alembic - please adjust! ###
op.drop_constraint(u'bit_facebook_ad_campaigns_account_id_fkey', 'bit_facebook_ad_campaigns', type_='foreignkey')
op.drop_column('bit_facebook_ad_campaigns', 'account_id')
# ### end Alembic commands ###
评论列表
文章目录