mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Remove unused DB column
This commit is contained in:
parent
058a84945a
commit
1938c8e6cf
3 changed files with 7 additions and 4 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue