Merge branch 'pr546' into hotfix-2.3.97

pull/569/head
Iglocska 2015-07-13 11:23:19 +02:00
commit 6a9893affd
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ CREATE TABLE cake_sessions (
data text,
expires int(11) default NULL,
PRIMARY KEY (id)
);
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;