Skip to content

Commit

Permalink
Added an index
Browse files Browse the repository at this point in the history
  • Loading branch information
iopietro authored Feb 19, 2019
1 parent a934c56 commit a41464b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion var/db/struct.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,8 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%odata` (
KEY `crop` (`crop`),
KEY `loyalty` (`loyalty`),
KEY `maxcrop` (`maxcrop`),
KEY `maxstore` (`maxstore`)
KEY `maxstore` (`maxstore`),
KEY `owner` (`owner`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
Expand Down

0 comments on commit a41464b

Please sign in to comment.