forked from lix-project/hydra
update-dbix: overwrite modifications
Prevents authors from mistakenly corrupting the hashes
This commit is contained in:
parent
2dc6d58845
commit
ecb4697930
|
@ -8,6 +8,7 @@ make_schema_at("Hydra::Schema", {
|
|||
naming => { ALL => "v5" },
|
||||
relationships => 1,
|
||||
use_namespaces => 1,
|
||||
overwrite_modifications => 1,
|
||||
moniker_map => {
|
||||
"aggregateconstituents" => "AggregateConstituents",
|
||||
"buildinputs" => "BuildInputs",
|
||||
|
|
Loading…
Reference in a new issue