Skip to content
New issue

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

[BUG]: extensionsFilters: ['postgis'] still trying to delete spatial_ref_sys #2464

Closed
alexcroox opened this issue Jun 6, 2024 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@alexcroox
Copy link

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:

dialect: 'postgresql',
extensionsFilters: ['postgis']

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

@alexcroox alexcroox added the bug Something isn't working label Jun 6, 2024
@AndriiSherman
Copy link
Member

fixing

@AndriiSherman
Copy link
Member

Should be fixed in drizzle-kit@0.22.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants