Hello,
It would be great if we could also ignore triggers in the .pgschemaignore as I am using extensions that automatically create triggers on tables and I don't want them tracked. For example:
[triggers]
patterns = [
"vectorizer_src_trg*"
]
Thanks!
Kallan
Hello,
It would be great if we could also ignore triggers in the .pgschemaignore as I am using extensions that automatically create triggers on tables and I don't want them tracked. For example:
[triggers]
patterns = [
"vectorizer_src_trg*"
]
Thanks!
Kallan