mirror of
https://github.com/logos-messaging/storenode-messages-counter.git
synced 2026-02-19 21:53:25 +00:00
test: update fleetname
This commit is contained in:
parent
7e13119d92
commit
15d56b9396
@ -121,11 +121,14 @@ func NewDBStore(clusterID uint, fleetName string, log *zap.Logger, options ...DB
|
||||
}
|
||||
}
|
||||
|
||||
result.db.Exec("update missingMessages set fleet = 'status.prod'")
|
||||
_, err := result.db.Exec("update missingMessages set fleet = 'status.prod'")
|
||||
log.Info("RESULT", zap.Error(err))
|
||||
|
||||
result.db.Exec("update storeNodeUnavailable set fleet = 'status.prod'")
|
||||
log.Info("RESULT", zap.Error(err))
|
||||
|
||||
result.db.Exec("update syncTopicStatus set fleet = 'status.prod'")
|
||||
log.Info("RESULT", zap.Error(err))
|
||||
|
||||
return result, nil
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user