From ecb4697930faea015bd94e9b4b12b628432bc0f0 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 18 Nov 2021 12:42:05 -0500 Subject: [PATCH] update-dbix: overwrite modifications Prevents authors from mistakenly corrupting the hashes --- src/sql/update-dbix.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sql/update-dbix.pl b/src/sql/update-dbix.pl index 07c2d74a..1cbdef21 100644 --- a/src/sql/update-dbix.pl +++ b/src/sql/update-dbix.pl @@ -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",