diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update.php b/update.php index 9a8f87b10..f66b1b9fa 100644 --- a/update.php +++ b/update.php @@ -435,6 +435,7 @@ function update_1048() { function update_1049() { q("CREATE TABLE `mailacct` ( `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY , + `uid` INT NOT NULL, `server` CHAR( 255 ) NOT NULL , `user` CHAR( 255 ) NOT NULL , `pass` CHAR( 255 ) NOT NULL , |