planetwars.dev/planetwars-server/migrations/2022-05-29-085905_add_winner_to_matches/down.sql
2022-05-29 11:41:52 +02:00

3 lines
85 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE matches
DROP column winner;