fixup migrations
authorTom Powell <tom@powell.io>
Tue, 30 Oct 2018 06:53:11 +0000 (23:53 -0700)
committerTom Powell <tom@powell.io>
Tue, 30 Oct 2018 06:53:11 +0000 (23:53 -0700)
ui/migrations/versions/37e70676c947_.py

index e2f9ac4b4b2dd26b6d1019e18d9c52889ca644a3..81bf5e4c0e00ac0a23fa8749f5ca4897e7758cfb 100644 (file)
@@ -27,5 +27,5 @@ def downgrade():
     # ### commands auto generated by Alembic - please adjust! ###
     with op.batch_alter_table('runner') as batch_op:
         batch_op.drop_column('runner_sponsor')
-        batch_op.drop_column('runner', 'runner_sponsor_url')
+        batch_op.drop_column('runner_sponsor_url')
     # ### end Alembic commands ###