Commit 6e7cce0
Fix broken migrations for production database
1. Remove duplicate migration that added cached_word_count to timelines
(already added by 20221202003053 for all content types)
2. Fix performance index migration referencing non-existent 'status' column
on page_collection_submissions - changed to index 'accepted_at' instead
since submission status is derived from that column (nil = pending)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6709a46 commit 6e7cce0
File tree
2 files changed
+4
-4
lines changed- db
- migrate
2 files changed
+4
-4
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2466 | 2466 | | |
2467 | 2467 | | |
2468 | 2468 | | |
2469 | | - | |
2470 | 2469 | | |
2471 | 2470 | | |
2472 | 2471 | | |
| 2472 | + | |
2473 | 2473 | | |
2474 | 2474 | | |
2475 | 2475 | | |
| |||
0 commit comments