mirror of
https://github.com/logos-messaging/storenode-messages-counter.git
synced 2026-01-07 16:43:08 +00:00
test: delete wrong records
This commit is contained in:
parent
6126136d08
commit
28ebec575e
@ -121,6 +121,10 @@ func NewDBStore(clusterID uint, fleetName string, log *zap.Logger, options ...DB
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
result.db.Exec("DELETE FROM synctopicstatus WHERE clusterid = 16 AND fleet IN( 'waku-sandbox', 'waku-test', 'status.stagging') ")
|
||||||
|
result.db.Exec("DELETE FROM missingmessages WHERE clusterid = 16 AND fleet IN( 'waku-sandbox', 'waku-test', 'status.stagging') ")
|
||||||
|
result.db.Exec("DELETE FROM storenodeunavailable WHERE fleet = 'status.stagging'")
|
||||||
|
|
||||||
return result, nil
|
return result, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
5
internal/persistence/postgres/migrations/sql/TODO
Normal file
5
internal/persistence/postgres/migrations/sql/TODO
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
4. Ask deployment of staging
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user