We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drizzle-orm
0.31.0
drizzle-kit
0.22.1
I have the following drizzle.config keys:
dialect: 'postgresql', extensionsFilters: ['postgis']
But when I run drizzle-kit push I get the following:
drizzle-kit push
Warning Found data-loss statements: · You're about to delete spatial_ref_sys table with 8500 items
Is there a config key to specify tables to always ignore?
No response
The text was updated successfully, but these errors were encountered:
fixing
Sorry, something went wrong.
Should be fixed in [email protected]
[email protected]
What version of drizzle-orm are you using? 0.36.4
What version of drizzle-kit are you using? 0.28.1
Hi @AndriiSherman , I think the problem still persists. Please see the screenshots:
No branches or pull requests
What version of
drizzle-orm
are you using?0.31.0
What version of
drizzle-kit
are you using?0.22.1
Describe the Bug
I have the following drizzle.config keys:
But when I run
drizzle-kit push
I get the following:Warning Found data-loss statements:
· You're about to delete spatial_ref_sys table with 8500 items
Expected behavior
Is there a config key to specify tables to always ignore?
Environment & setup
No response
The text was updated successfully, but these errors were encountered: