kriasoft / kriasoft/react-starter-kit
Facing issues with bun --filter @repo/db migrate
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 23.7k
- Forks
- 4.2k
- Avg merge
- 2h 6m
- Merged PRs (30d)
- 3
Description
@repo/db migrate $ bun --bun drizzle-kit migrate
│ [57 lines elided]
│ severity: "ERROR",
│ hint: "No function matches the given name and argument types. You might need to add explicit type casts.",
│ position: "60",
│ file: "parse_func.c",
│ routine: "ParseFuncOrColumn",
│ code: "42883"
│
│ at ErrorResponse (/Users/kadeo/Desktop/kadeo/playground/react-starter-kit/node_modules/postgres/src/errors.js:794:5)
│
│ error: "drizzle-kit" exited with code 1
└─ Exited with code 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce @repo/db migrate with bun --bun drizzle-kit migrate and inspect the PostgreSQL error at node_modules/postgres/src/errors.js:794:5. Identify which migration or query triggers PostgreSQL error 42883, then verify that the database migration completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bun, postgres
- Domain
- database
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100