diff options
Diffstat (limited to 'sql/lite.sql')
-rw-r--r-- | sql/lite.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/lite.sql b/sql/lite.sql index b0c8675f5..e9d2ac6f2 100644 --- a/sql/lite.sql +++ b/sql/lite.sql @@ -203,7 +203,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 INTEGER PRIMARY KEY AUTOINCREMENT ); CREATE INDEX i_pubsub_node_parent ON pubsub_node (parent); |