mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Revert "Registry 663"
This commit is contained in:
parent
7ed42b6e82
commit
1690f49575
26 changed files with 165 additions and 308 deletions
|
@ -884,6 +884,7 @@ CREATE TABLE domain_contacts (
|
|||
id integer NOT NULL,
|
||||
contact_id integer,
|
||||
domain_id integer,
|
||||
contact_type character varying,
|
||||
created_at timestamp without time zone,
|
||||
updated_at timestamp without time zone,
|
||||
contact_code_cache character varying,
|
||||
|
@ -4473,22 +4474,6 @@ ALTER TABLE ONLY contacts
|
|||
ADD CONSTRAINT contacts_registrar_id_fk FOREIGN KEY (registrar_id) REFERENCES registrars(id);
|
||||
|
||||
|
||||
--
|
||||
-- Name: domain_contacts_contact_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
|
||||
--
|
||||
|
||||
ALTER TABLE ONLY domain_contacts
|
||||
ADD CONSTRAINT domain_contacts_contact_id_fk FOREIGN KEY (contact_id) REFERENCES contacts(id);
|
||||
|
||||
|
||||
--
|
||||
-- Name: domain_contacts_domain_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
|
||||
--
|
||||
|
||||
ALTER TABLE ONLY domain_contacts
|
||||
ADD CONSTRAINT domain_contacts_domain_id_fk FOREIGN KEY (domain_id) REFERENCES domains(id);
|
||||
|
||||
|
||||
--
|
||||
-- Name: domains_registrant_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
|
||||
--
|
||||
|
@ -5075,9 +5060,3 @@ INSERT INTO schema_migrations (version) VALUES ('20171121233843');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20171123035941');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180112080312');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180112084221');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180112084442');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue