mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
7 lines
241 B
MySQL
7 lines
241 B
MySQL
|
DROP TABLE IF EXISTS authentication_logs;
|
||
|
DROP TABLE IF EXISTS identity_verification_tokens;
|
||
|
DROP TABLE IF EXISTS totp_configurations;
|
||
|
DROP TABLE IF EXISTS u2f_devices;
|
||
|
DROP TABLE IF EXISTS user_preferences;
|
||
|
DROP TABLE IF EXISTS migrations;
|