dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed wrong header encoding (Bug #1483976)
thomascube
2006-09-08
8acab006085216223111baccc19bc834807b62fc
[githubFork/roundcubemail.git]
/
SQL
/
mysql.update.sql
1
2
3
4
5
6
7
8
-- RoundCube Webmail update script for MySQL databases
-- Updates from version 0.1-beta and 0.1-beta2
ALTER
TABLE
`
messages
`
DROP
`
body
`,
DROP
INDEX
`
cache_key
`,
ADD
`
structure
`
TEXT
,
ADD
UNIQUE
`
uniqueness
`
(`
cache_key
`,
`
uid
`);