Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Commit 097cfdd

Browse files
committed
cleanup code
1 parent dd9c7fa commit 097cfdd

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Yadm/SimpleStoreResource.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -143,21 +143,4 @@ public function getPausedTriggerStorage(): PausedTriggerStorage
143143

144144
return $this->pausedTriggerStorage;
145145
}
146-
147-
public function dropIndexes(): void
148-
{
149-
try {
150-
$this->getTriggerStorage()->getCollection()->dropIndexes();
151-
$this->getJobStorage()->getCollection()->dropIndexes();
152-
$this->getCalendarStorage()->getCollection()->dropIndexes();
153-
$this->getPausedTriggerStorage()->getCollection()->dropIndexes();
154-
$this->getFiredTriggerStorage()->getCollection()->dropIndexes();
155-
} catch (RuntimeException $e) {
156-
}
157-
}
158-
159-
public function createIndexes(): void
160-
{
161-
162-
}
163146
}

0 commit comments

Comments
 (0)