dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Updated Norwegian (bokmal) localization
thomascube
2006-09-01
5cd296dfb81988fbfb1aba5fecdc865bbe548a46
[githubFork/roundcubemail.git]
/
SQL
/
postgres.update.sql
1
2
3
4
5
6
-- RoundCube Webmail update script for Postres databases
-- Updates from version 0.1-beta and older
ALTER
TABLE
"messages"
DROP
body
;
ALTER
TABLE
"messages"
ADD
structure TEXT
;
ALTER
TABLE
"messages"
ADD
UNIQUE
(
cache_key
,
uid
);