Skip to content

Commit

Permalink
fixed migration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
olegphenomenon committed May 17, 2022
1 parent ac2e851 commit a6fbdb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class RemoveContactCodeCacheFromDomainContacts < ActiveRecord::Migration[6.1]
def change
# remove_column :domain_contacts, :contact_code_cache
remove_column :domain_contacts, :contact_code_cache
end
end
1 change: 0 additions & 1 deletion db/structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,6 @@ CREATE TABLE public.domain_contacts (
domain_id integer,
created_at timestamp without time zone,
updated_at timestamp without time zone,
contact_code_cache character varying,
creator_str character varying,
updator_str character varying,
type character varying,
Expand Down

0 comments on commit a6fbdb8

Please sign in to comment.