Fix structure.sql

This commit is contained in:
Artur Beljajev 2018-03-29 12:23:32 +03:00
parent d501ee90e0
commit 8124023809

View file

@ -3275,14 +3275,6 @@ ALTER TABLE ONLY registrars
ADD CONSTRAINT unique_reference_no UNIQUE (reference_no);
--
-- Name: unique_reg_no; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
--
ALTER TABLE ONLY registrars
ADD CONSTRAINT unique_reg_no UNIQUE (reg_no);
--
-- Name: unique_session_id; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
--