Commit ca7dab1
committed
Drop recent_account_transactions_mv
Add migration 048 to remove the unused indexer.recent_account_transactions_mv. The migration deletes any scheduled database_jobs that reference the view and drops the materialized view with CASCADE. This MV was created in migration 030, is not queried anywhere in the codebase, and its 4-hour refresh appeared as a top load query despite having no consumers.1 parent aea65d5 commit ca7dab1
File tree
1 file changed
+11
-0
lines changed- packages/graphql/database/migrations
1 file changed
+11
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments