mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-07 17:28:03 +08:00
Fixed RemoveIncorrectTebexPackageDataPatch
This commit is contained in:
parent
9b93142ab4
commit
049815487b
@ -32,7 +32,7 @@ public class RemoveIncorrectTebexPackageDataPatch extends Patch {
|
||||
|
||||
@Override
|
||||
public boolean hasBeenApplied() {
|
||||
return hasTable("plan_tebex_payments") && !query(hasWrongRows());
|
||||
return !hasTable("plan_tebex_payments") || !query(hasWrongRows());
|
||||
}
|
||||
|
||||
private Query<Boolean> hasWrongRows() {
|
||||
|
Loading…
Reference in New Issue
Block a user