Add --no-hooks feature
This commit is contained in:
parent
09cdb7a652
commit
95ff24b918
11 changed files with 32 additions and 0 deletions
|
@ -7,6 +7,7 @@ type Config struct {
|
|||
OutFolder string `toml:"out_folder"`
|
||||
BaseDir string `toml:"base_dir"`
|
||||
ExcludeTables []string `toml:"exclude"`
|
||||
NoHooks bool `toml:"no_hooks"`
|
||||
|
||||
Postgres PostgresConfig `toml:"postgres"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue