-
-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
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"
leonnicolas and flymedllva
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request