fix has_extension type as bool

This commit is contained in:
Ed Chalstrey 2022-06-06 14:42:28 +01:00
parent 2b53dbabe9
commit 6ff10ee327

View File

@ -1,4 +1,4 @@
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS has_extension smallint;
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS has_extension boolean null;
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS extension_year smallint;
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS developer_type varchar;
ALTER TABLE buildings ADD COLUMN IF NOT EXISTS designers varchar;