Skip to content

Commit cd9f5b6

Browse files
committed
fix fatal issue on update script
1 parent ceb5255 commit cd9f5b6

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/install/updates/update_v0.14.3_v0.14.4.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,6 @@
44
use DBA\Factory;
55
use DBA\QueryFilter;
66

7-
if (!isset($PRESENT["v0.14.3_pagination"])) {
8-
$qF = new QueryFilter(Config::ITEM, DConfig::DEFAULT_PAGE_SIZE, "=");
9-
$item = Factory::getConfigFactory()->filter([Factory::FILTER => $qF], true);
10-
if (!$item) {
11-
$config = new Config(null, 3, DConfig::DEFAULT_PAGE_SIZE, '10000');
12-
Factory::getConfigFactory()->save($config);
13-
}
14-
$qF = new QueryFilter(Config::ITEM, DConfig::MAX_PAGE_SIZE, "=");
15-
$item = Factory::getConfigFactory()->filter([Factory::FILTER => $qF], true);
16-
if (!$item) {
17-
$config = new Config(null, 3, DConfig::MAX_PAGE_SIZE, '50000');
18-
Factory::getConfigFactory()->save($config);
19-
}
20-
$EXECUTED["v0.14.3_pagination"] = true;
21-
}
22-
237
if (!isset($PRESENT["v0.14.3_agentBinaries"])) {
248
Util::checkAgentVersion("python", "0.7.3", true);
259
$EXECUTED["v0.14.3_agentBinaries"] = true;

0 commit comments

Comments
 (0)