Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
relations alpha order
Browse files Browse the repository at this point in the history
  • Loading branch information
benhaynes committed Nov 12, 2019
1 parent 8f15ad6 commit 0989b31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions migrations/db/seeds/RelationsSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ public function run()
'field_many' => 'group',
'collection_one' => 'directus_groups'
],
[
'collection_many' => 'directus_fields',
'field_many' => 'collection',
'collection_one' => 'directus_collections',
'field_one' => 'fields'
],
[
'collection_many' => 'directus_files',
'field_many' => 'uploaded_by',
Expand Down Expand Up @@ -83,12 +89,6 @@ public function run()
'collection_many' => 'directus_users',
'field_many' => 'avatar',
'collection_one' => 'directus_files'
],
[
'collection_many' => 'directus_fields',
'field_many' => 'collection',
'collection_one' => 'directus_collections',
'field_one' => 'fields'
]
];

Expand Down

0 comments on commit 0989b31

Please sign in to comment.