37bbf41576
Currently, there are migration SQL scripts on the master branch that have not been released, yet are in the migrations folder. Although the files have a 0xx number rather than a set number, this could still lead someone to run the scripts following the standard migration application process defined in the docs. Please do not commit work-in-progress migration files to the master branch. The temporary unreleased/ folder should be removed once these migrations are released.
4 lines
183 B
SQL
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;
|