mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Added missing relations to system-data (#22844)
This commit is contained in:
5
.changeset/young-jeans-deliver.md
Normal file
5
.changeset/young-jeans-deliver.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@directus/system-data': patch
|
||||
---
|
||||
|
||||
Added missing system relations to prevent them showing up in a schema snapshot
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user