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:
2
drizzle/0010_foamy_marvel_zombies.sql
Normal file
2
drizzle/0010_foamy_marvel_zombies.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DROP TABLE `sessions`;--> statement-breakpoint
|
||||
DROP TABLE `users`;
|
||||
@@ -71,6 +71,13 @@
|
||||
"when": 1775287060443,
|
||||
"tag": "0009_happy_mockingbird",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 10,
|
||||
"version": "6",
|
||||
"when": 1775327900426,
|
||||
"tag": "0010_foamy_marvel_zombies",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user