summaryrefslogtreecommitdiff
path: root/SQL/mysql.update.sql
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-10-07 14:20:11 +0000
committerthomascube <thomas@roundcube.net>2005-10-07 14:20:11 +0000
commit79fe17fb5a43786ccd407926d51fdfe4fe22f55f (patch)
treec86ed7861d129964c8cc78d5b1b717339aaa6c1b /SQL/mysql.update.sql
parent42b11351497ce67e96a0465c76694632cdfb3ecb (diff)
Added SQLite supprt and MySQL update script
Diffstat (limited to 'SQL/mysql.update.sql')
-rw-r--r--SQL/mysql.update.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/SQL/mysql.update.sql b/SQL/mysql.update.sql
new file mode 100644
index 000000000..8cd8c5c02
--- /dev/null
+++ b/SQL/mysql.update.sql
@@ -0,0 +1,6 @@
+-- RoundCube Webmail update script for MySQL databases
+-- Version 0.1-20051007
+
+
+ALTER TABLE session ADD ip VARCHAR(15) NOT NULL AFTER changed;
+ALTER TABLE users ADD alias VARCHAR(128) NOT NULL AFTER mail_host;