Exclude an enum type #2352
Answered
by
a8m
JohannesKaufmann
asked this question in
Q&A
Exclude an enum type
#2352
-
I am trying to exclude the tables & types that river has generated. In my env "local" {
src = "file://db/schema.hcl"
url = ...
// Since the url contains "search_path=public" we dont need to prefix the glob with "public."
exclude = ["river_*"]
} But when I run inspect or apply, the enum type "river_job_state" is still included.
-> What glob pattern do I have to use to exclude an enum type? |
Beta Was this translation helpful? Give feedback.
Answered by
a8m
Dec 9, 2023
Replies: 1 comment 1 reply
-
Thanks for reporting this. #2356 added support for this and a new binary was pushed. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JohannesKaufmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for reporting this. #2356 added support for this and a new binary was pushed.