mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove spurious log message, fix typo in doc
This commit is contained in:
parent
f7fae26059
commit
de0663314a
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue