chore: Enable email channel (#1851)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RenameChannelEmailForwardAddress < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
rename_column :channel_email, :forward_to_address, :forward_to_email
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user