drizzle-team / drizzle-team/drizzle-orm
[BUG]: drizzle-kit pull should exclude sequences for excluded tables
Open
bug
db/postgres
drizzle/kit
priority
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Report hasn't been filed before.
- [x] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
0.39.3
### What version of `drizzle-kit` are you using?
0.30.4
### Other packages
_No response_
### Describe the Bug
`drizzle-kit pull` should exclude sequences for excluded tables. Now owned sequences are pulled even if table is excluded with `tablesFilter: ['!myprefix_*']`
Contributor guide
Assessment
This issue has not been assessed yet.