def upgrade():
# ### commands auto generated by Alembic - please adjust! ###
op.drop_constraint('event_token_key', 'event', type_='unique')
op.drop_column('event', 'token')
# ### end Alembic commands ###
文章目录