Skip to content

Commit

Permalink
API - fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Sep 1, 2021
1 parent 885d57c commit 49d9374
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ def downgrade():
op.execute(
"""
DELETE FROM sports
WHERE label = 'Mountain Biking (Electric)';
WHERE label = 'Mountain Biking (Electric)'
OR label = 'Trail'
OR label = 'Skiing (Alpine)'
OR label = 'Skiing (Cross Country)'
OR label = 'Rowing';
"""
)
)

0 comments on commit 49d9374

Please sign in to comment.