diff options
Diffstat (limited to 'models/fixtures/repo_unit.yml')
-rw-r--r-- | models/fixtures/repo_unit.yml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/models/fixtures/repo_unit.yml b/models/fixtures/repo_unit.yml index 57cf35e198..ef06107928 100644 --- a/models/fixtures/repo_unit.yml +++ b/models/fixtures/repo_unit.yml @@ -1,40 +1,40 @@ - id: 1 repo_id: 1 - type: 1 - index: 0 + type: 4 + index: 3 config: "{}" created_unix: 946684810 - id: 2 repo_id: 1 - type: 2 - index: 1 - config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}" + type: 5 + index: 4 + config: "{}" created_unix: 946684810 - id: 3 repo_id: 1 - type: 3 - index: 2 + type: 1 + index: 0 config: "{}" created_unix: 946684810 - id: 4 repo_id: 1 - type: 4 - index: 3 - config: "{}" + type: 2 + index: 1 + config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}" created_unix: 946684810 - id: 5 repo_id: 1 - type: 5 - index: 4 + type: 3 + index: 2 config: "{}" created_unix: 946684810 |