add initial database schema with auth tables
- Create user, session, account, and verification tables for better-auth - Add basic task table with id, title, and priority fields - Include Drizzle migration metadata and snapshots
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"version": "7",
|
||||
"dialect": "sqlite",
|
||||
"entries": [
|
||||
{
|
||||
"idx": 0,
|
||||
"version": "6",
|
||||
"when": 1771741566597,
|
||||
"tag": "0000_initial_auth_tables",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user