summaryrefslogtreecommitdiff
path: root/internal/storage/migrations/mysql/V0015.TOTPEnhance.down.sql
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/migrations/mysql/V0015.TOTPEnhance.down.sql')
-rw-r--r--internal/storage/migrations/mysql/V0015.TOTPEnhance.down.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/storage/migrations/mysql/V0015.TOTPEnhance.down.sql b/internal/storage/migrations/mysql/V0015.TOTPEnhance.down.sql
new file mode 100644
index 000000000..53d9ae5ab
--- /dev/null
+++ b/internal/storage/migrations/mysql/V0015.TOTPEnhance.down.sql
@@ -0,0 +1 @@
+DROP TABLE IF EXISTS totp_history;