asdasd
All checks were successful
Deploy / deploy-staging (push) Successful in 23s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-22 00:23:24 +02:00
parent 9ee43ba7d2
commit 9ac08d8c8a

View File

@@ -1360,6 +1360,7 @@ final class MiningRepository
'measurement_rates' => $this->prefix . 'measurement_rates', 'measurement_rates' => $this->prefix . 'measurement_rates',
'payouts' => $this->prefix . 'payouts', 'payouts' => $this->prefix . 'payouts',
'wallet_snapshots' => $this->prefix . 'wallet_snapshots', 'wallet_snapshots' => $this->prefix . 'wallet_snapshots',
'wallet_withdrawals' => $this->prefix . 'wallet_withdrawals',
'miner_offers' => $this->prefix . 'miner_offers', 'miner_offers' => $this->prefix . 'miner_offers',
'purchased_miners' => $this->prefix . 'purchased_miners', 'purchased_miners' => $this->prefix . 'purchased_miners',
default => throw new \RuntimeException('Unknown mining table: ' . $logicalName), default => throw new \RuntimeException('Unknown mining table: ' . $logicalName),