diff --git a/modules/mining-checker/src/Infrastructure/MiningRepository.php b/modules/mining-checker/src/Infrastructure/MiningRepository.php index ef3ff16a..fbeba227 100644 --- a/modules/mining-checker/src/Infrastructure/MiningRepository.php +++ b/modules/mining-checker/src/Infrastructure/MiningRepository.php @@ -1360,6 +1360,7 @@ final class MiningRepository 'measurement_rates' => $this->prefix . 'measurement_rates', 'payouts' => $this->prefix . 'payouts', 'wallet_snapshots' => $this->prefix . 'wallet_snapshots', + 'wallet_withdrawals' => $this->prefix . 'wallet_withdrawals', 'miner_offers' => $this->prefix . 'miner_offers', 'purchased_miners' => $this->prefix . 'purchased_miners', default => throw new \RuntimeException('Unknown mining table: ' . $logicalName),