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
Sometimes, database contain tables that is not relates to domain itself and are serving as technical information. So we want it to be ignored by jet.
E.g. applied migrations list (https://github.com/pressly/goose creates table goose_db_version)
I propose to add some flag to cli, so generator would ignore tables passed to this flag.
$ jet -ignore="goose_db_version;locks"
The text was updated successfully, but these errors were encountered:
Sometimes, database contain tables that is not relates to domain itself and are serving as technical information. So we want it to be ignored by
jet
.E.g. applied migrations list (https://github.com/pressly/goose creates table
goose_db_version
)I propose to add some flag to cli, so generator would ignore tables passed to this flag.
The text was updated successfully, but these errors were encountered: