aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/migrations/2022-10-13-195242_add_had_errors_to_match_players/up.sql
blob: 68ac0b78e9b08333e9824bb7bea8e2ec0ddde4b7 (plain)
1
ALTER TABLE match_players ADD COLUMN had_errors boolean;