GEN-3f backend re-seed: ColorVariety catalog 73 -> 61 (CP- names)
Re-synced SeedColorVarieties from Kevin's merged GEN-3f frontend seed (colorVarietySeed.generated.json, 61 rows) — verified byte-identical (name + canonicalGenotype + order). Changes are all in the cchm colourpoint group: 'Siam (Marder-Hell)' -> 'Siam' (het cchmch), CP suffix names -> CP- prefix (CP-Agouti/CP-Silberagouti/CP-Algierfuchs/CP-Polarfuchs), new CP-Fuchs/CP-Fuchs-Hell/CP-Blaufuchs, Zobel-Hell kept (het); 12 zero- occurrence CP/dd siblings removed. Migration ReseedColorVarietiesGen3f: Up = 38 UpdateData (rename/remap IN PLACE on the same deterministic Id — references survive) + 12 DeleteData of the removed rows (0 occurrences in her data per Kevin; Gerbil.ColorVarietyId is ON DELETE SET NULL, and the live re-import re-matches Farbschlag BY NAME, so no orphan/hard-delete risk). No AddColumn. has-pending-model-changes clean. Updated the export test's seed-count threshold (>=70 -> >=60). Last of the import-side batch on this branch (band-aware Farbschlag + conflict-decisions + this re-seed) — ready for the single supervised re-extract + idempotent re-import. dotnet 121/121 + python green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -104,7 +104,7 @@ namespace GerbilManager.Tests
|
||||
Assert.Equal(1, root.GetProperty("gerbils").GetArrayLength());
|
||||
Assert.Equal(1, root.GetProperty("litters").GetArrayLength());
|
||||
Assert.Equal(1, root.GetProperty("contacts").GetArrayLength());
|
||||
Assert.True(root.GetProperty("colorVarieties").GetArrayLength() >= 70); // HasData-Seed
|
||||
Assert.True(root.GetProperty("colorVarieties").GetArrayLength() >= 60); // HasData-Seed (61 nach GEN-3f)
|
||||
var g = root.GetProperty("gerbils")[0];
|
||||
Assert.Equal("Aa CC Dd EE GG Pp Spsp rere", g.GetProperty("genotype").GetString());
|
||||
Assert.Equal("Stammbaum von Akio Kids.xlsx", g.GetProperty("importSource").GetString());
|
||||
|
||||
Reference in New Issue
Block a user