mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
* seed directus data as a whole per project, fix marker icon: user-outline * rename deploy.sh back to seed.sh * workflow to test the seed in the backend * test workflow failure * wait 3 seconds for all docker containers to be ready * sleep 3 seconds not 3000 * mod permissions * try sudo * revert breaking change * enforce exit status 0 * fix exit enforce * test if failing seed files is related to the data folder fix * revert volume removal, create uploads folder * also chmod
26 lines
661 B
JSON
26 lines
661 B
JSON
{
|
|
"collection": "items",
|
|
"field": "user_updated",
|
|
"related_collection": "directus_users",
|
|
"meta": {
|
|
"junction_field": null,
|
|
"many_collection": "items",
|
|
"many_field": "user_updated",
|
|
"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_updated",
|
|
"foreign_key_table": "directus_users",
|
|
"foreign_key_column": "id",
|
|
"constraint_name": "items_user_updated_foreign",
|
|
"on_update": "NO ACTION",
|
|
"on_delete": "NO ACTION"
|
|
}
|
|
}
|