mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Merge branch 'master' into registry-927
This commit is contained in:
commit
2636fe2525
40 changed files with 313 additions and 105 deletions
|
@ -613,7 +613,7 @@ CREATE TABLE public.contacts (
|
|||
id integer NOT NULL,
|
||||
code character varying NOT NULL,
|
||||
phone character varying,
|
||||
email character varying,
|
||||
email character varying NOT NULL,
|
||||
fax character varying,
|
||||
created_at timestamp without time zone,
|
||||
updated_at timestamp without time zone,
|
||||
|
@ -4764,5 +4764,7 @@ INSERT INTO schema_migrations (version) VALUES ('20180713154915');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180808064402');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180816123540');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180824092855');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue