Add --no-hooks feature

This commit is contained in:
Patrick O'brien 2016-08-28 20:48:50 +10:00
parent 09cdb7a652
commit 95ff24b918
11 changed files with 32 additions and 0 deletions

View file

@ -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"`
}