Skip to content

Commit e0435f8

Browse files
committed
fix(db): Remove trailing comma in migration journal JSON
The trailing comma after the last entry caused drizzle-kit migrate to fail with a JSON parse error in CI.
1 parent a07936a commit e0435f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/internal/src/db/migrations/meta/_journal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,6 @@
281281
"when": 1769482939158,
282282
"tag": "0039_quiet_franklin_storm",
283283
"breakpoints": true
284-
},
284+
}
285285
]
286286
}

0 commit comments

Comments
 (0)