diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-05 08:45:22 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-05 08:45:22 +0000 |
| commit | 748f497cb09fccb1eeff25b0bc41f69b44bc0f5c (patch) | |
| tree | 780134527c5e9060a8db996f2e15690d55ebf634 /roundcubemail/SQL/mssql.upgrade.sql | |
| parent | 63a99a2d3e1c0da960b295cb52f2d016ef7c6b97 (diff) | |
- Fix SQL Error when saving a contact with many email addresses (#1488286)
git-svn-id: https://svn.roundcube.net/trunk@5711 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/mssql.upgrade.sql')
| -rw-r--r-- | roundcubemail/SQL/mssql.upgrade.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/SQL/mssql.upgrade.sql b/roundcubemail/SQL/mssql.upgrade.sql index 78efda219..336d53c65 100644 --- a/roundcubemail/SQL/mssql.upgrade.sql +++ b/roundcubemail/SQL/mssql.upgrade.sql @@ -244,3 +244,8 @@ GO ALTER TABLE [dbo].[session] ALTER COLUMN [sess_id] [varchar] (128) COLLATE Latin1_General_CI_AI NOT NULL
GO
+-- Updates from version 0.7
+
+ALTER TABLE [dbo].[contacts] ALTER COLUMN [email] [text] COLLATE Latin1_General_CI_AI NOT NULL
+GO
+
|
