aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/fixmystreet.com/fixture4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/fixmystreet.com/fixture b/bin/fixmystreet.com/fixture
index b32da6f33..622bae018 100755
--- a/bin/fixmystreet.com/fixture
+++ b/bin/fixmystreet.com/fixture
@@ -82,6 +82,10 @@ for my $cat ('Dropped Kerbs', 'Skips') {
category => $cat
});
$child_cat->set_extra_metadata( group => 'Licensing' );
+ $child_cat->set_extra_fields(
+ { description => 'Start date', code => 'start_date', datatype => 'string', fieldtype => 'date' },
+ { description => 'End date', code => 'end_date', datatype => 'string', fieldtype => 'date' }
+ );
$child_cat->update;
}