Files
GearBox/drizzle/0010_foamy_marvel_zombies.sql
Jean-Luc Makiola 0fe231ff1c 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
2026-04-04 20:38:38 +02:00

2 lines
66 B
SQL

DROP TABLE `sessions`;--> statement-breakpoint
DROP TABLE `users`;