Dizzle Kit: Push altering unchanged column
I will push this to planetscale. I run the push again without doing anything and this happens:
5 Replies
also it keeps trying to do this when i dont change things and i can see that these have been done in my planetscale insights
[email protected]
[email protected]
^ those are my versions
Looks like the newest version may not have fixed the pk droping and creating for planetscale maybe? idk
@Andrew Sherman
Is there anything I can do to work around this, or is this a bug that must be fixed?
You can use migration files. That way you can monitor them and alter them as needed
I believe there's a way to only print the push command without applying it, that could be another way, just apply them manually in the console
I think it's the strict option, will only print the statements and you have to approve them
Make sure you do it on the developmen branch to avoid mistakes
Ok, thank you for the advice.
If you are making a fix for this. i just looked and all of these queries are being run when the table already is in those configuations
so all of those queries are not necessary
Did the latest drizzle-kit update try to fix this issue? if not please ignore me. If so, I've updated my drizzle and nothing changed