ADD MIGRATION

This commit is contained in:
Ed Chalstrey 2022-04-14 10:50:20 +01:00
parent 71250a7abf
commit 07d578cc9c
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE buildings
DROP COLUMN IF EXISTS latest_demolish_date;

View File

@ -0,0 +1,2 @@
ALTER TABLE buildings
ADD COLUMN IF NOT EXISTS latest_demolish_date DATE;