Refactored and fixed seeds to work with gitlab-shell
This commit is contained in:
parent
152f87864c
commit
38985390b0
11 changed files with 14 additions and 24 deletions
5
db/fixtures/development/03_group.rb
Normal file
5
db/fixtures/development/03_group.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
Group.seed(:id, [
|
||||
{ id: 99, name: "GitLab", path: 'gitlab', owner_id: 1 },
|
||||
{ id: 100, name: "Brightbox", path: 'brightbox', owner_id: 1 },
|
||||
{ id: 101, name: "KDE", path: 'kde', owner_id: 1 },
|
||||
])
|
Loading…
Add table
Add a link
Reference in a new issue