colouring-montreal/migrations/unreleased/0xx.team.down.sql

4 lines
183 B
MySQL
Raw Normal View History

2019-08-15 10:08:02 -04:00
-- 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;