add landowner db migration
This commit is contained in:
parent
4c0e036e94
commit
90769513fc
2
migrations/031.landowner.down.sql
Normal file
2
migrations/031.landowner.down.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE buildings DROP COLUMN IF EXISTS landowner;
|
||||||
|
ALTER TABLE buildings DROP COLUMN IF EXISTS landowner_source_link;
|
2
migrations/031.landowner.up.sql
Normal file
2
migrations/031.landowner.up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS landowner text[];
|
||||||
|
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS landowner_source_link text[];
|
Loading…
Reference in New Issue
Block a user