Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ Run the app commands from the Nextcloud stack root, not from the host PHP enviro
| `profile_fields:data:import` | Apply the non-destructive `upsert` import. |
| `profile_fields:data:clear` | Clear app definitions explicitly before reimporting into the same environment. |

Notes:

- The import contract is versioned with `schema_version` and reconciles definitions by `field_key` and values by `field_key + user_uid`.
- The first delivery is non-destructive: missing items in the payload do not delete existing definitions or values.
- Validation is all-or-nothing. If the payload contains an incompatible definition or a missing destination user, no database write is performed.
- For a restore in the same environment, clear app data explicitly before reimporting.

## Screenshots

### Admin catalog
Expand Down
Loading