Fix latest migration script

This commit is contained in:
Patrick Jentsch 2020-07-20 14:07:38 +02:00
parent 38a450802f
commit 322c97ebf4

View File

@ -18,8 +18,8 @@ depends_on = None
def upgrade():
# ### commands auto generated by Alembic - please adjust! ###
op.drop_table('results')
op.drop_table('result_files')
op.drop_table('results')
# ### end Alembic commands ###