Dropping tables using Drizzle studio extension on planet scale
Can I drop tables by accident on production branches on PlanetScale while using the studio extension? I am afraid to test it.. for obvious reasons š
- https://chromewebstore.google.com/detail/mjkojjodijpaneehkgmeckeljgkimnmd
Drizzle Studio - Chrome Web Store
Drizzle Studio Extension
2 Replies
@SKDown Only if you want it
I guess a more specific way to ask it would be:
https://planetscale.com/docs/concepts/safe-migrations#protection-against-accidental-schema-changes
In the article above they mention that branches with safe migrations would not execute DDL statements but they don't mention the DROP one. So i figured somebody here would have tried that. I would assume the DELETE one is a typo as that doesn't change the schema.
Safe migrations
Add schema protection and zero-downtime migrations to your branches.