diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-08-29 02:22:43 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-08-29 02:22:43 +0000 |
| commit | f1f378b2abf0704219d1da7f8729fe6c376ea45b (patch) | |
| tree | b51e01c640a5403fdc5124bcd491eff044d6c11a /roundcubemail | |
| parent | 30c5c0eb389da082dd896b99504c6647996780c7 (diff) | |
# fixed: #1484456
git-svn-id: https://svn.roundcube.net/trunk@731 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/SQL/mysql5.initial.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/SQL/mysql5.initial.sql b/roundcubemail/SQL/mysql5.initial.sql index 0c0dcb199..aeec961ad 100644 --- a/roundcubemail/SQL/mysql5.initial.sql +++ b/roundcubemail/SQL/mysql5.initial.sql @@ -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` |
