mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +02:00
fixed migration issue
This commit is contained in:
parent
ac2e851695
commit
a6fbdb8b5c
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue