refactor: remove user management tables and unused account/notification_preference tables

This commit is contained in:
2026-04-25 21:14:39 +02:00
parent 4285c6239c
commit 21da18831d
6 changed files with 6 additions and 111 deletions

View File

@@ -0,0 +1,2 @@
DROP TABLE IF EXISTS account;
DROP TABLE IF EXISTS notification_preference;