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
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"collection": "features",
|
|
"field": "user_created",
|
|
"type": "uuid",
|
|
"meta": {
|
|
"collection": "features",
|
|
"conditions": null,
|
|
"display": "user",
|
|
"display_options": null,
|
|
"field": "user_created",
|
|
"group": null,
|
|
"hidden": true,
|
|
"interface": "select-dropdown-m2o",
|
|
"note": null,
|
|
"options": {
|
|
"template": "{{avatar.$thumbnail}} {{first_name}} {{last_name}}"
|
|
},
|
|
"readonly": true,
|
|
"required": false,
|
|
"sort": 4,
|
|
"special": [
|
|
"user-created"
|
|
],
|
|
"translations": null,
|
|
"validation": null,
|
|
"validation_message": null,
|
|
"width": "half"
|
|
},
|
|
"schema": {
|
|
"name": "user_created",
|
|
"table": "features",
|
|
"data_type": "uuid",
|
|
"default_value": null,
|
|
"max_length": null,
|
|
"numeric_precision": null,
|
|
"numeric_scale": null,
|
|
"is_nullable": true,
|
|
"is_unique": false,
|
|
"is_indexed": false,
|
|
"is_primary_key": false,
|
|
"is_generated": false,
|
|
"generation_expression": null,
|
|
"has_auto_increment": false,
|
|
"foreign_key_table": "directus_users",
|
|
"foreign_key_column": "id"
|
|
}
|
|
}
|