feat(cli): manage configured databases
Integration Tests / integration-test (pull_request) Failing after 1m52s
Integration Tests / integration-test (pull_request) Failing after 1m52s
This commit is contained in:
@@ -39,6 +39,10 @@ type DatabaseConfig struct {
|
||||
// fast if the schema is behind, naming the missing migrations and
|
||||
// pointing at `pgsql-broker install`.
|
||||
AutoMigrate bool `mapstructure:"auto_migrate"`
|
||||
// Disabled, when true, excludes this database from `start` (no
|
||||
// instance is created for it). Defaults to false so existing config
|
||||
// files without this field are unaffected.
|
||||
Disabled bool `mapstructure:"disabled"`
|
||||
}
|
||||
|
||||
// BrokerConfig holds broker-specific settings
|
||||
|
||||
Reference in New Issue
Block a user