Remove unused DB column

This commit is contained in:
Artur Beljajev 2018-01-12 10:11:04 +02:00
parent 058a84945a
commit 1938c8e6cf
3 changed files with 7 additions and 4 deletions

View file

@ -884,7 +884,6 @@ 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,
@ -5060,3 +5059,5 @@ INSERT INTO schema_migrations (version) VALUES ('20171121233843');
INSERT INTO schema_migrations (version) VALUES ('20171123035941');
INSERT INTO schema_migrations (version) VALUES ('20180112080312');