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:
hiperman
2026-02-22 01:55:28 -05:00
parent 163c4a7fca
commit 92b65309e8
3 changed files with 436 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"version": "7",
"dialect": "sqlite",
"entries": [
{
"idx": 0,
"version": "6",
"when": 1771741566597,
"tag": "0000_initial_auth_tables",
"breakpoints": true
}
]
}