From 8c607db8c58020cc00e91a5752d5c27d06509a12 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 15 Jun 2016 13:29:26 +0200 Subject: Fixtures: update context records data --- Makefile.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index 4d6258882..3d866508b 100644 --- a/Makefile.example +++ b/Makefile.example @@ -153,6 +153,7 @@ fixtures_operations: archaeological_operations.acttype \ archaeological_operations.period \ archaeological_operations.remaintype \ + archaeological_operations.relationtype \ > '../archaeological_operations/fixtures/initial_data-'$(default_data)'.json' fixtures_context_records: @@ -162,6 +163,7 @@ fixtures_context_records: archaeological_context_records.identificationtype \ archaeological_context_records.unit \ archaeological_context_records.datingtype \ + archaeological_context_records.relationtype \ > '../archaeological_context_records/fixtures/initial_data-'$(default_data)'.json' fixtures_finds: -- cgit v1.2.3