Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'SQL/mssql/2020020100.sql')
-rw-r--r--SQL/mssql/2020020100.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/SQL/mssql/2020020100.sql b/SQL/mssql/2020020100.sql
deleted file mode 100644
index c5d059713..000000000
--- a/SQL/mssql/2020020100.sql
+++ /dev/null
@@ -1,4 +0,0 @@
-ALTER TABLE [dbo].[users] ALTER COLUMN [language] [varchar] (16) COLLATE Latin1_General_CI_AI NULL
-GO
-ALTER TABLE [dbo].[dictionary] ALTER COLUMN [language] [varchar] (16) COLLATE Latin1_General_CI_AI NOT NULL
-GO