From d5836b99c5087d5331ebaaa67d1e75e2d46367ac Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:23:26 -0300 Subject: [PATCH] chore: update README Remove notes, unecessary for now Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index b48b171..129f343 100644 --- a/README.md +++ b/README.md @@ -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