Skip to content

Commit 655f244

Browse files
committed
storage/migrations/40: Also enqueue refresh of providers
1 parent d08b59f commit 655f244

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

storage/migrations/40_runtime_roflmarket_constraints_fix.up.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ ALTER TABLE chain.roflmarket_instances
2222
DROP INDEX IF EXISTS chain.ix_roflmarket_offers_provider;
2323
DROP INDEX IF EXISTS chain.ix_roflmarket_instances_provider;
2424

25+
-- Ensure refresh of providers.
26+
UPDATE chain.roflmarket_providers
27+
SET last_processed_round = NULL;
28+
2529
COMMIT;

0 commit comments

Comments
 (0)