feat(15-01): remove users and sessions tables from schema

- Delete users and sessions table definitions from src/db/schema.ts
- Generate Drizzle migration to drop both tables
- Retain apiKeys, oauthClients, oauthCodes, oauthTokens tables
This commit is contained in:
2026-04-04 20:38:38 +02:00
parent 625862f5ae
commit 0fe231ff1c
3 changed files with 9 additions and 17 deletions

View File

@@ -0,0 +1,2 @@
DROP TABLE `sessions`;--> statement-breakpoint
DROP TABLE `users`;