mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
parent
2b743dba83
commit
030189ab69
2 changed files with 15 additions and 0 deletions
|
@ -4524,6 +4524,14 @@ ALTER TABLE ONLY account_activities
|
|||
ADD CONSTRAINT fk_rails_d2cc3c2fa9 FOREIGN KEY (price_id) REFERENCES prices(id);
|
||||
|
||||
|
||||
--
|
||||
-- Name: messages_registrar_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
|
||||
--
|
||||
|
||||
ALTER TABLE ONLY messages
|
||||
ADD CONSTRAINT messages_registrar_id_fk FOREIGN KEY (registrar_id) REFERENCES registrars(id);
|
||||
|
||||
|
||||
--
|
||||
-- Name: user_registrar_id_fk; Type: FK CONSTRAINT; Schema: public; Owner: -
|
||||
--
|
||||
|
@ -5086,6 +5094,8 @@ INSERT INTO schema_migrations (version) VALUES ('20180207071528');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180207072139');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180211011948');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180212123810');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180212152810');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue