mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fix comment for pgjsonb returner
This commit is contained in:
parent
9e88672e5a
commit
c72933103f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user