diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-12 06:26:17 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-12 06:26:17 +0000 |
| commit | 761487901fadc8f37e2e94a17ac0ef701cc17123 (patch) | |
| tree | 7691e86820b7f4c1902ae358e71b2bfb5d72cad8 /roundcubemail/SQL/mysql.update.sql | |
| parent | 7ccc5472194c7be8d1dfcc1c00d33b1578b2da4e (diff) | |
- #1485120 (text column can't have a default value)
git-svn-id: https://svn.roundcube.net/trunk@1509 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/mysql.update.sql')
| -rw-r--r-- | roundcubemail/SQL/mysql.update.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/SQL/mysql.update.sql b/roundcubemail/SQL/mysql.update.sql index 2a9603f3e..f07672614 100644 --- a/roundcubemail/SQL/mysql.update.sql +++ b/roundcubemail/SQL/mysql.update.sql @@ -19,7 +19,7 @@ ALTER TABLE `users` -- Updates from version 0.1.1 ALTER TABLE `identities` - MODIFY `signature` text NOT NULL DEFAULT '', + MODIFY `signature` text, MODIFY `bcc` varchar(128) NOT NULL DEFAULT '', MODIFY `reply-to` varchar(128) NOT NULL DEFAULT '', MODIFY `organization` varchar(128) NOT NULL DEFAULT '', |
