How do I ignore a table when generating types? #442
-
Using Flyway to do migrations that produce a Having read through the docs it seems there is no current support for something of this nature. Have I missed some cli argument? |
Beta Was this translation helpful? Give feedback.
Answered by
kristiandupont
Jul 21, 2023
Replies: 1 comment 2 replies
-
You can use typeFilter, which is perhaps poorly named since you are not the first to miss it. It takes a predicate, so you should be able to filter out anything you don't want. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
karloluis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use typeFilter, which is perhaps poorly named since you are not the first to miss it. It takes a predicate, so you should be able to filter out anything you don't want.