From aa4854df14a34a987e11add7d54de9f269512d9b Mon Sep 17 00:00:00 2001 From: ^ Date: Fri, 3 May 2024 13:42:41 +0100 Subject: [PATCH] fix: abort reasons --- docs/restore.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/restore.md b/docs/restore.md index 24e587b..781d95a 100644 --- a/docs/restore.md +++ b/docs/restore.md @@ -19,13 +19,11 @@ This approach means that the audit history remains intact - there is simply a ne Note that there are some caveats to this feature: -- User must have EDIT permission to make a submission -- It will only work for TXTEMPORAL and UPDATE Load Types -- It will only work for changes made inside Data Controller -- Changes made **outside** of Data Controller cannot be reversed +- User must have EDIT permission +- Table must have TXTEMPORAL or UPDATE Load Type +- Changes **outside** of Data Controller cannot be reversed - If there are COLUMN or ROW level security rules, the restore will abort - If the model has changed (new / deleted) columns the restore will abort -- Only submissions that have actually been loaded, can be reverted (obviously) ## Technical Information