twofactor_totp
twofactor_totp copied to clipboard
Check if last_counter column exists before creation
If an attempt is made to activate the application on an instance where the last_counter column already exists, the installation fails.
Just need to add the conditional to check that the column does not already exist.