We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Solved by updating drizzle-kit and drizzle-orm: $ cd packages/api/ $ bun add drizzle-kit@latest -D $ bun add drizzle-orm@latest
$ cd packages/api/
$ bun add drizzle-kit@latest -D
$ bun add drizzle-orm@latest
And following steps in: https://orm.drizzle.team/learn/guides/d1-http-with-drizzle-kit
Also, change in packages/package.json scripts: "generate": "drizzle-kit generate --dialect sqlite --schema=./src/db/schema.ts --out=./migrations",
"generate": "drizzle-kit generate --dialect sqlite --schema=./src/db/schema.ts --out=./migrations",
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: