Ulf Gebhardt 138874cef4
refactor(backend): sync collection with production (#346)
* sync collections & other settings with production

missing changes

* deactivated specific flows

---------

Co-authored-by: Anton Tranelis <mail@antontranelis.de>
2025-09-02 11:51:32 +02:00

26 lines
660 B
JSON

{
"collection": "items",
"field": "user_created",
"related_collection": "directus_users",
"meta": {
"junction_field": null,
"many_collection": "items",
"many_field": "user_created",
"one_allowed_collections": null,
"one_collection": "directus_users",
"one_collection_field": null,
"one_deselect_action": "nullify",
"one_field": null,
"sort_field": null
},
"schema": {
"table": "items",
"column": "user_created",
"foreign_key_table": "directus_users",
"foreign_key_column": "id",
"constraint_name": "items_user_created_foreign",
"on_update": "NO ACTION",
"on_delete": "SET NULL"
}
}