Avoid failure when a column can't be deleted

Description

When a column is deleted:

  • Rename it as DELETED...

  • Keep a record in the audit trail, like the others,

  • Delete it when we purge this record of the audit trail.

However, in some circumstances, customers delete the columns themselves. In this situation:

  • When they reach the record to be purged from the audit trail,

  • The DROP COLUMN can't be executed,

  • Therefore the record is never purged from the audit trail, and no operation can pass, so they can't edit their spreadsheets anymore.

Let's recover from this error.

Environment

None

Observations

None

Activity

Show:
Resolved

Details

Assignee

Reporter

Fix versions

Priority

Requirement Yogi

Created April 30, 2020 at 2:29 PM
Updated December 21, 2021 at 11:37 AM
Resolved May 1, 2020 at 11:16 AM