aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/migrations/2022-07-30-145155_add_public_to_matches/up.sql
blob: 714de8c1e911deba301e5cfdbc59287cfc363edd (plain)
1
ALTER TABLE matches ADD COLUMN is_public boolean NOT NULL DEFAULT false;