Merge branch 'feature/5' into feature/41

This commit is contained in:
simon 2017-07-21 12:40:57 +01:00
commit 88c5c74c52
51 changed files with 1187 additions and 162 deletions

View file

@ -34,7 +34,7 @@
CREATE TABLE IF NOT EXISTS dwellings (
id serial NOT NULL primary key,
address_id integer NOT NULL,
address_id integer NOT NULL references addresses(id),
sub_address varchar(16)
);
--;;