Skip to content

Commit e5ffcce

Browse files
committed
fix(db): drop the duplicate 0285 journal entry
The regenerate that added the partial-index predicate appended a second entry for the same migration, so drizzle would have replayed it — dropping and rebuilding the index, leaving a window with no unique constraint.
1 parent dfb0dbc commit e5ffcce

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

packages/db/migrations/meta/_journal.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,13 +1996,6 @@
19961996
"when": 1786217700133,
19971997
"tag": "0285_workspace_inbox_provider_id_idx",
19981998
"breakpoints": true
1999-
},
2000-
{
2001-
"idx": 285,
2002-
"version": "7",
2003-
"when": 1786218400496,
2004-
"tag": "0285_workspace_inbox_provider_id_idx",
2005-
"breakpoints": true
20061999
}
20072000
]
20082001
}

0 commit comments

Comments
 (0)