fix: updated table name 'sessions' => 'refresh_tokens'

This commit is contained in:
Robin Dittmar
2026-08-03 10:57:45 +02:00
parent 3406db8384
commit 3b4a6cba82
2 changed files with 5 additions and 3 deletions
@@ -1,2 +1,2 @@
DROP TABLE IF EXISTS sessions;
DROP TABLE IF EXISTS refresh_tokens;
DROP TABLE IF EXISTS users;