Update 011.sustainability.up.sql

This commit is contained in:
dominic 2019-09-27 15:03:20 +01:00 committed by GitHub
parent 13fbea77d9
commit b4cbe77ea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,4 +64,4 @@ ALTER TABLE buildings ADD COLUMN IF NOT EXISTS sust_embodied_carbon numeric(7,2)
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS sust_life_expectancy smallint; ALTER TABLE buildings ADD COLUMN IF NOT EXISTS sust_life_expectancy smallint;
--Average lifespan of typology based on statistical analysis of similar stock --Average lifespan of typology based on statistical analysis of similar stock
ALTER TABLE buildings ADD COLUMN IF NOTE EXISTS sust_lifespan_average smallint; ALTER TABLE buildings ADD COLUMN IF NOT EXISTS sust_lifespan_average smallint;