Added missing relations to system-data (#22844)

This commit is contained in:
Hannes Küttner
2024-06-25 15:27:57 +02:00
committed by GitHub
parent 60c5ab3461
commit 68898441f1
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
'@directus/system-data': patch
---
Added missing system relations to prevent them showing up in a schema snapshot

View File

@@ -55,7 +55,7 @@ data:
many_field: parent
one_collection: directus_folders
### Files
### Files
- many_collection: directus_files
many_field: folder
one_collection: directus_folders
@@ -104,6 +104,10 @@ data:
many_field: storage_default_folder
one_collection: directus_folders
- many_collection: directus_settings
many_field: public_registration_role
one_collection: directus_roles
### Panels
- many_collection: directus_panels
many_field: dashboard
@@ -195,3 +199,8 @@ data:
- many_collection: directus_versions
many_field: user_updated
one_collection: directus_users
### Webhooks
- many_collection: directus_webhooks
many_field: migrated_flow
one_collection: directus_flows