Skip to content

Commit 2905a9c

Browse files
authored
Merge pull request #1036 from cakephp/dereuromark-patch-1
Update sessions.sql
2 parents 9b2bd9a + 03d7de6 commit 2905a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/schema/sessions.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ CREATE TABLE `sessions` (
1212
`data` blob DEFAULT NULL, -- for PostgreSQL use bytea instead of blob
1313
`expires` int(10) unsigned DEFAULT NULL,
1414
PRIMARY KEY (`id`)
15-
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
15+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

0 commit comments

Comments
 (0)