mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-24 00:36:59 +01:00
Fix syntax error in mssql.initial.sql (#6097)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user