You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
211 B
MySQL
7 lines
211 B
MySQL
19 years ago
|
-- 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;
|