aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorChristoph Scholz <christoph.scholz@gmail.com>2019-12-27 13:05:18 +0100
committerChristoph Scholz <christoph.scholz@gmail.com>2019-12-27 13:06:06 +0100
commit00ccb119eacc729c5bb622d6adbfb1a2cd00e415 (patch)
tree06fb33cf4602a19eef72d9c51f1e0455a062f7e7 /sql
parentUpdated Catalan translation (diff)
allow storage of emojis in archive on mssql
Diffstat (limited to 'sql')
-rw-r--r--sql/mssql.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/mssql.sql b/sql/mssql.sql
index 7c3713b76..7aca5933b 100644
--- a/sql/mssql.sql
+++ b/sql/mssql.sql
@@ -26,8 +26,8 @@ CREATE TABLE [dbo].[archive] (
[timestamp] [bigint] NOT NULL,
[peer] [varchar] (250) NOT NULL,
[bare_peer] [varchar] (250) NOT NULL,
- [xml] [text] NOT NULL,
- [txt] [text] NULL,
+ [xml] [ntext] NOT NULL,
+ [txt] [ntext] NULL,
[id] [bigint] IDENTITY(1,1) NOT NULL,
[kind] [varchar] (10) NULL,
[nick] [varchar] (250) NULL,