colouring-montreal/migrations/unreleased/0xx.team.down.sql
Mateusz Konieczny cf90e052ed fix some typos
2023-01-04 13:17:56 +01:00

4 lines
183 B
SQL

-- 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;