Skip to content

Commit

Permalink
Fix install collation
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Feb 14, 2024
1 parent 5642288 commit 3d9b954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/auto_install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ CREATE TABLE `civicrm_contact_layout` (
`tabs` longtext COMMENT 'Contains json encoded layout tabs.',
PRIMARY KEY (`id`)
)
ENGINE=InnoDB;
ENGINE=InnoDB DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;

0 comments on commit 3d9b954

Please sign in to comment.