Migrate domainName field from text type to links type (#6410)
Closes #5759.
This commit is contained in:
@ -11,7 +11,7 @@ export const companyPrefillDemoData = async (
|
||||
.insert()
|
||||
.into(`${schemaName}.company`, [
|
||||
'name',
|
||||
'domainName',
|
||||
'domainNamePrimaryLinkUrl',
|
||||
'addressAddressCity',
|
||||
'employees',
|
||||
'linkedinLinkPrimaryLinkUrl',
|
||||
|
||||
Reference in New Issue
Block a user