diff options
Diffstat (limited to '')
-rw-r--r-- | models/fixtures/repo_topic.yml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/models/fixtures/repo_topic.yml b/models/fixtures/repo_topic.yml new file mode 100644 index 0000000..f166fac --- /dev/null +++ b/models/fixtures/repo_topic.yml @@ -0,0 +1,27 @@ +- + repo_id: 1 + topic_id: 1 + +- + repo_id: 1 + topic_id: 2 + +- + repo_id: 1 + topic_id: 3 + +- + repo_id: 33 + topic_id: 1 + +- + repo_id: 33 + topic_id: 4 + +- + repo_id: 2 + topic_id: 5 + +- + repo_id: 2 + topic_id: 6 |