Remove spurious log message, fix typo in doc

This commit is contained in:
C. R. Oldham 2015-05-21 13:26:30 -06:00
parent f7fae26059
commit de0663314a

View file

@ -61,7 +61,7 @@ Use the following Pg database schema:
);
CREATE INDEX idx_jids_jsonb on jids
USING gin (load)
WITH (fastupdates=on);
WITH (fastupdate=on);
--
-- Table structure for table `salt_returns`