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

4 lines
183 B
MySQL
Raw Normal View History

2023-01-04 07:17:56 -05:00
-- Remove team fields, update in parallel with adding new fields
-- Award or awards (may be multiple) stored as json b object
ALTER TABLE buildings DROP COLUMN IF EXISTS team_awards;