drizzle-kit 0.30.0 no longer generates due to a collision #3757
Replies: 2 comments 1 reply
-
can you please share |
Beta Was this translation helpful? Give feedback.
1 reply
-
Same problem here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently updated
drizzle-kit
from^0.28.1
to^0.30.0
and went to run adrizzle-kit generate
. However, it results inWhat am I doing wrong? This was working on
0.28.1
just fine.So previously on
0.28.1
when I got to thedrizzle-kit migrate
portion it would fail due tocolumn "name" of relation "school_references" already exists
, I wonder if the generate is now just preventing me from getting to themigrate
step? I had added thename
column to myschool_references
table in Supabase's UI because I was already in there adding some data and realized I needed another column... I think that messed things up for Drizzle.Beta Was this translation helpful? Give feedback.
All reactions