colouring-montreal/migrations/013.team.down.sql

13 lines
337 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;
--TODO: Original building architect
--TODO : Original building engineer
--TODO : Original building contractor
--TODO : Original building developer