Skip to content

Commit

Permalink
Fix syntax error in mssql.initial.sql (#6097)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Dec 19, 2017
1 parent 38d2754 commit 75f9c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ CHANGELOG Roundcube Webmail
- Fix PHP warning "idn_to_utf8(): INTL_IDNA_VARIANT_2003 is deprecated" with PHP 7.2 (#6075)
- Fix bug where Archive folder wasn't auto-created on login with create_default_folders=true
- Fix performance issue when parsing malformed and long Date header (#6087)
- Fix syntax error in mssql.initial.sql (#6097)

RELEASE 1.3.3
-------------
Expand Down
2 changes: 1 addition & 1 deletion SQL/mssql.initial.sql
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ GO

ALTER TABLE [dbo].[cache] ADD
CONSTRAINT [DF_cache_user_id] DEFAULT ('0') FOR [user_id],
CONSTRAINT [DF_cache_cache_key] DEFAULT ('') FOR [cache_key],
CONSTRAINT [DF_cache_cache_key] DEFAULT ('') FOR [cache_key]
GO

ALTER TABLE [dbo].[cache_index] ADD
Expand Down

0 comments on commit 75f9c10

Please sign in to comment.