summaryrefslogtreecommitdiff
path: root/sql/pg.new.sql
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-11-16 11:38:04 +0100
committerChristophe Romain <christophe.romain@process-one.net>2017-11-16 11:38:04 +0100
commit44700d91ba270a251b512c0b7ad8e4c4d8962ad2 (patch)
tree42b16f2b8a333ed1638fd345802a1d3ac1abac7a /sql/pg.new.sql
parentLet validator know about c2s_dhfile (diff)
PubSub: Cleanup tree requests, rename pubsub_node.type->pubsub_node.plugin
Diffstat (limited to 'sql/pg.new.sql')
-rw-r--r--sql/pg.new.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/pg.new.sql b/sql/pg.new.sql
index b155a422..feb33477 100644
--- a/sql/pg.new.sql
+++ b/sql/pg.new.sql
@@ -396,7 +396,7 @@ CREATE TABLE pubsub_node (
host text NOT NULL,
node text NOT NULL,
parent text NOT NULL DEFAULT '',
- "type" text NOT NULL,
+ plugin text NOT NULL,
nodeid SERIAL UNIQUE
);
CREATE INDEX i_pubsub_node_parent ON pubsub_node USING btree (parent);