mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
chore: Add migration to set the default empty string value for contact name (#7052)
Fixes: https://linear.app/chatwoot/issue/CW-1650/issue-with-the-contact-name
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class SetDefaultEmptyStringForContactName < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
change_column_default :contacts, :name, from: nil, to: ''
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user