feat(db): Alembic migration for users table (async env, DATABASE_URL)
Adds alembic/ (async env.py driven by DATABASE_URL) and the 0001 users-table migration matching the model. enabled now has a DB-level server_default of false (secure default even for non-ORM inserts). Verified upgrade/downgrade on sqlite.
This commit is contained in:
@@ -183,3 +183,5 @@ TODO
|
||||
.claude/
|
||||
.DS_Store
|
||||
CLAUDE.md
|
||||
_alembic_test.db
|
||||
*.db
|
||||
|
||||
Reference in New Issue
Block a user