Merge branch 'feature/5' into feature/41
This commit is contained in:
commit
88c5c74c52
51 changed files with 1187 additions and 162 deletions
|
|
@ -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)
|
||||
);
|
||||
--;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue