Skip to content

Commit

Permalink
Merge pull request #55045 from mattLLVW/fix_mysql_returner_schema
Browse files Browse the repository at this point in the history
fix mysql returner schema
  • Loading branch information
dwoz authored Dec 27, 2019
2 parents ad100e2 + 0de38ce commit 2307861
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion salt/returners/mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
`load` mediumtext NOT NULL,
UNIQUE KEY `jid` (`jid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE INDEX jid ON jids(jid) USING BTREE;
--
-- Table structure for table `salt_returns`
Expand Down

0 comments on commit 2307861

Please sign in to comment.