diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-21 17:06:53 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-24 18:09:08 +0100 |
commit | bc6cf94def73926e6f6bb986d61e5861a17584e2 (patch) | |
tree | ba4a7438cd6594c02938ad3211d523c6dd28a79f /Makefile.example | |
parent | 1b72554283f5c9e0644262a3f182409376870991 (diff) | |
download | Ishtar-bc6cf94def73926e6f6bb986d61e5861a17584e2.tar.bz2 Ishtar-bc6cf94def73926e6f6bb986d61e5861a17584e2.zip |
✨ treatment state refactoring -> distinct input status and treatment status (refs #6182) - treatments: search criteria
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index 855b13951..aba1818d3 100644 --- a/Makefile.example +++ b/Makefile.example @@ -309,7 +309,8 @@ fixtures_finds: archaeological_finds.materialtype \ archaeological_finds.materialtypequalitytype \ archaeological_finds.treatmenttype \ - archaeological_finds.treatmentstate \ + archaeological_finds.treatmentinputstatus \ + archaeological_finds.treatmentstatus \ archaeological_finds.conservatorystate \ archaeological_finds.remarkabilitytype \ archaeological_finds.objecttype \ |