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]
def change
# remove_column :domain_contacts, :contact_code_cache
remove_column :domain_contacts, :contact_code_cache
end
end