fixed migration issue

This commit is contained in:
olegphenomenon 2022-05-17 13:01:37 +03:00
parent ac2e851695
commit a6fbdb8b5c
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,5 @@
class RemoveContactCodeCacheFromDomainContacts < ActiveRecord::Migration[6.1] class RemoveContactCodeCacheFromDomainContacts < ActiveRecord::Migration[6.1]
def change def change
# remove_column :domain_contacts, :contact_code_cache remove_column :domain_contacts, :contact_code_cache
end end
end end

View file

@ -862,7 +862,6 @@ CREATE TABLE public.domain_contacts (
domain_id integer, domain_id integer,
created_at timestamp without time zone, created_at timestamp without time zone,
updated_at timestamp without time zone, updated_at timestamp without time zone,
contact_code_cache character varying,
creator_str character varying, creator_str character varying,
updator_str character varying, updator_str character varying,
type character varying, type character varying,