mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 00:04:01 +01:00
# fixed: #1484456
This commit is contained in:
@@ -15,7 +15,7 @@ CREATE TABLE `session` (
|
||||
`ip` varchar(15) NOT NULL,
|
||||
`vars` text NOT NULL,
|
||||
PRIMARY KEY(`sess_id`)
|
||||
) TYPE=MYISAM CHARACTER SET ascii COLLATE ascii_general_ci;
|
||||
) TYPE=MYISAM CHARACTER SET utf8 COLLATE utf8_general_ci;
|
||||
|
||||
|
||||
-- Table structure for table `users`
|
||||
|
||||
Reference in New Issue
Block a user