Something nasty got scrambled in the editor. Think it's fixed now.

This commit is contained in:
Simon Brooke 2016-10-14 13:50:56 +01:00
parent 5a298b721b
commit 9b36708c4b

View file

@ -291,13 +291,6 @@
[:url "varchar(256)"])))
;; across Scotland. Otherwise we need a separate id field. TODO: check.
[:id "integer primary key"]
[:name "varchar(64) not null"]
[:address_id "integer not null references addresses(id)" ]
[:phone "varchar(16)"]
;; we'll probably only capture email data on electors if they request a followup
;; on a particular issue by email.
(kc/defentity issue
(kc/pk :id)
(kc/table :issues)