Fix syntax error in mssql.initial.sql (#6097)

This commit is contained in:
Aleksander Machniak
2017-12-19 08:45:18 +01:00
parent 38d275445d
commit 75f9c103ee
2 changed files with 2 additions and 1 deletions

View File

@@ -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