mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
parent
91fab05bfb
commit
b9d4cc0c5c
3 changed files with 26 additions and 1 deletions
|
@ -3952,6 +3952,14 @@ ALTER TABLE ONLY settings
|
|||
ADD CONSTRAINT settings_pkey PRIMARY KEY (id);
|
||||
|
||||
|
||||
--
|
||||
-- Name: unique_zone_origin; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
|
||||
--
|
||||
|
||||
ALTER TABLE ONLY zones
|
||||
ADD CONSTRAINT unique_zone_origin UNIQUE (origin);
|
||||
|
||||
|
||||
--
|
||||
-- Name: users_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
|
||||
--
|
||||
|
@ -5221,3 +5229,5 @@ INSERT INTO schema_migrations (version) VALUES ('20170422130054');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20170422142116');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20170424115801');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue