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

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-11-16 13:38:04 +0300
committerChristophe Romain <christophe.romain@process-one.net>2017-11-16 13:38:04 +0300
commit44700d91ba270a251b512c0b7ad8e4c4d8962ad2 (patch)
tree42b16f2b8a333ed1638fd345802a1d3ac1abac7a /sql/mssql.sql
parent2531f37e5ca9a284b5a17faca68a55a967bc6d36 (diff)
PubSub: Cleanup tree requests, rename pubsub_node.type->pubsub_node.plugin
Diffstat (limited to 'sql/mssql.sql')
-rw-r--r--sql/mssql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mssql.sql b/sql/mssql.sql
index 83b219298..8a24bd5d5 100644
--- a/sql/mssql.sql
+++ b/sql/mssql.sql
@@ -279,7 +279,7 @@ CREATE TABLE [dbo].[pubsub_node] (
[host] [varchar] (255) NOT NULL,
[node] [varchar] (255) NOT NULL,
[parent] [varchar] (255) NOT NULL DEFAULT '',
- [type] [text] NOT NULL,
+ [plugin] [text] NOT NULL,
[nodeid] [bigint] IDENTITY(1,1) NOT NULL,
CONSTRAINT [pubsub_node_PRIMARY] PRIMARY KEY CLUSTERED
(