drizzle-kit push
does not recognise existing schema and attempts to recreate all
#1063
Replies: 0 comments
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.
-
I'm using the following with a PlanetScale database
The push succeeds when there are no tables.
However, a second (and subsequent) pushes do not appear to correctly introspect the current schema, and attempts to re-create the entire schema.
This produces
Table '***' already exists (errno 1050)
errors.Any suggestions?
--
Version info:
Beta Was this translation helpful? Give feedback.
All reactions