Files
hiperman 92b65309e8 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
2026-02-22 01:55:28 -05:00

13 lines
209 B
JSON

{
"version": "7",
"dialect": "sqlite",
"entries": [
{
"idx": 0,
"version": "6",
"when": 1771741566597,
"tag": "0000_initial_auth_tables",
"breakpoints": true
}
]
}