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:
Muhsin Keloth
2023-05-11 17:35:19 +05:30
committed by GitHub
parent d99997d17d
commit c97d6021e0
3 changed files with 8 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
# email :string
# identifier :string
# last_activity_at :datetime
# name :string
# name :string default("")
# phone_number :string
# created_at :datetime not null
# updated_at :datetime not null