diff options
author | Simon Rettberg | 2019-03-21 11:08:04 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-03-21 11:08:04 +0100 |
commit | 9072740bbe6ae62032ac4a22ec6f5c686a59c580 (patch) | |
tree | b12b2f4d8fee8396ef11bb2307effbaa7468f288 /modules-available/serversetup-bwlp-ipxe/install.inc.php | |
parent | [serversetup-bwlp-ipxe] Bootentry: add copy button & allow view only (diff) | |
download | slx-admin-9072740bbe6ae62032ac4a22ec6f5c686a59c580.tar.gz slx-admin-9072740bbe6ae62032ac4a22ec6f5c686a59c580.tar.xz slx-admin-9072740bbe6ae62032ac4a22ec6f5c686a59c580.zip |
[serversetup-bwlp-ipxe] Much better dup detection on import
Diffstat (limited to 'modules-available/serversetup-bwlp-ipxe/install.inc.php')
-rw-r--r-- | modules-available/serversetup-bwlp-ipxe/install.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/serversetup-bwlp-ipxe/install.inc.php b/modules-available/serversetup-bwlp-ipxe/install.inc.php index 201e0ced..2ee4917c 100644 --- a/modules-available/serversetup-bwlp-ipxe/install.inc.php +++ b/modules-available/serversetup-bwlp-ipxe/install.inc.php @@ -34,7 +34,7 @@ $res[] = tableCreate('serversetup_menuentry', " `plainpass` varchar(80) NOT NULL, `md5pass` char(32) CHARACTER SET ascii NOT NULL, PRIMARY KEY (`menuentryid`), - KEY `menuid` (`menuid`,`entryid`), + KEY `menuid` (`menuid`,`sortval`), KEY `entryid` (`entryid`) "); |