Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Repair broken database sanitisation task #878

Open
wants to merge 1 commit into
base: 7.x-3.x
Choose a base branch
from

Conversation

fubarhouse
Copy link
Contributor

The tfa_basic module recently introduced prevents any database sanitation tasks from completing successfully. I've upstreamed a new patch to the issue on drupal.org as the existing patch is not compatible.

The tfa_basic module will explicitly attempt to truncate a set of tables regardless of the install state of the tfa_basic module, as well as not checking if the tables exist before doing so.

The patch will check each table exists before performing the same action.

I will be shortly providing output proving the differences in terminal output between the vanilla project which fails, and the applied patch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant