Commit 83cf336
authored
fix(records): remove sync_id from mark_previous_generation_as_deleted index (#5144)
sync_id isn't a filter anymore in the `deleteOutdatedRecords` query.
c2e9ba4
his commit replaces the existing index by a new one without the sync_id
field
<!-- Describe the problem and your solution -->
<!-- Issue ticket number and link (if applicable) -->
<!-- Testing instructions (skip if just adding/editing providers) -->1 parent 38f1329 commit 83cf336
File tree
1 file changed
+26
-0
lines changed- packages/records/lib/db/migrations
1 file changed
+26
-0
lines changedLines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments