You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to check whether or not generated documents are still up to date with current DB schema. The documents were generated with tbls doc --exclude some_table, but it seems the diff command currently doesn't have --exclude option, so diff will always show mismatch.
Is it possible to add exclude option to diff or is there an alternative to what I'm trying to achieve? Thanks in advance.
The text was updated successfully, but these errors were encountered:
I want to be able to check whether or not generated documents are still up to date with current DB schema. The documents were generated with
tbls doc --exclude some_table
, but it seems the diff command currently doesn't have--exclude
option, so diff will always show mismatch.Is it possible to add exclude option to diff or is there an alternative to what I'm trying to achieve? Thanks in advance.
The text was updated successfully, but these errors were encountered: