Skip to content

Commit

Permalink
Removed dry run DDL and backup model struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-myles committed Dec 15, 2023
1 parent 4e5a09c commit 9108ee5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 34 deletions.
30 changes: 0 additions & 30 deletions miner/.testdata/DDL.sql

This file was deleted.

1 change: 0 additions & 1 deletion miner/miner.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ func (m *miner) mine(ctx context.Context, workerNumber int64) {
t0Referrals[ref.ID] = ref
}
}

shouldSynchronizeBalance := shouldSynchronizeBalanceFunc(uint64(batchNumber))
for _, usr := range userResults {
if usr.UserID == "" {
Expand Down
3 changes: 0 additions & 3 deletions model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,6 @@ type (
KYCStepBlockedField struct {
KYCStepBlocked users.KYCStep `json:"kycStepBlocked" redis:"kyc_step_blocked"`
}
DeserializedBackupUsersKey struct {
ID int64 `redis:"-"`
}
)

func (k *DeserializedUsersKey) Key() string {
Expand Down

0 comments on commit 9108ee5

Please sign in to comment.