diff options
Diffstat (limited to 'models/fixtures/repo_unit.yml')
-rw-r--r-- | models/fixtures/repo_unit.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/models/fixtures/repo_unit.yml b/models/fixtures/repo_unit.yml index 443dfff7b7..fafd79471a 100644 --- a/models/fixtures/repo_unit.yml +++ b/models/fixtures/repo_unit.yml @@ -17,7 +17,15 @@ - id: 3 repo_id: 1 + type: 3 + index: 0 + config: "{}" + created_unix: 946684810 + +- + id: 4 + repo_id: 1 type: 7 index: 0 config: "{}" - created_unix: 946684810
\ No newline at end of file + created_unix: 946684810 |