Fix comment for pgjsonb returner

This commit is contained in:
Pi3r 2015-08-28 16:57:37 +02:00
parent 9e88672e5a
commit c72933103f

View File

@ -56,7 +56,7 @@ Use the following Pg database schema:
--
DROP TABLE IF EXISTS jids;
CREATE OR REPLACE TABLE jids (
jid varchar(255) NOT NULL primary key
jid varchar(255) NOT NULL primary key,
load jsonb NOT NULL
);
CREATE INDEX idx_jids_jsonb on jids