Add missing migrations
This commit is contained in:
parent
594cae1e0b
commit
1b66cd246d
8
migrations/026.community_use.down.sql
Normal file
8
migrations/026.community_use.down.sql
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
ALTER TABLE buildings
|
||||||
|
DROP COLUMN IF EXISTS community_activities_current;
|
||||||
|
|
||||||
|
ALTER TABLE buildings
|
||||||
|
DROP COLUMN IF EXISTS community_activities_past;
|
||||||
|
|
||||||
|
ALTER TABLE buildings
|
||||||
|
DROP COLUMN IF EXISTS community_activities_always;
|
8
migrations/026.community_use.up.sql
Normal file
8
migrations/026.community_use.up.sql
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
ALTER TABLE buildings
|
||||||
|
ADD COLUMN community_activities_current BOOLEAN NULL;
|
||||||
|
|
||||||
|
ALTER TABLE buildings
|
||||||
|
ADD COLUMN community_activities_past BOOLEAN NULL;
|
||||||
|
|
||||||
|
ALTER TABLE buildings
|
||||||
|
ADD COLUMN community_activities_always BOOLEAN NULL;
|
Loading…
Reference in New Issue
Block a user