colouring-montreal/migrations/013.team.down.sql
2020-04-09 10:28:45 +01:00

4 lines
183 B
SQL

-- Remove team fields, update in paralell with adding new fields
-- Award or awards (may be multiple) stored as json b object
ALTER TABLE buildings DROP COLUMN IF EXISTS team_awards;