You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I follow the steps to add Drizzle ORM. After that, when running db:generate I get an deprecation error:
maxi@maxi:~/my-project$ nr db:generate
✔ script to run › db:generate
> nuxt-app@ db:generate /home/maxi/my-project
> drizzle-kit generate:sqlite
Err: This command is deprecated, please use updated 'generate' command (see https://orm.drizzle.team/kit-docs/upgrade-21#how-to-migrate-to-0210)
Steps to reproduce
Steps to reproduce the behavior:
In a new project, follow the steps shown in the documentation
Once you have all the database config, run db:generate
You should see the deprecation error
Expected behavior
No errors/warning should show after running the command
The text was updated successfully, but these errors were encountered:
onmax
added a commit
to onmax/core
that referenced
this issue
May 16, 2024
Describe the bug
I follow the steps to add Drizzle ORM. After that, when running
db:generate
I get an deprecation error:Steps to reproduce
Steps to reproduce the behavior:
db:generate
Expected behavior
No errors/warning should show after running the command
The text was updated successfully, but these errors were encountered: