new comments

This commit is contained in:
erik 2025-05-24 18:33:03 +00:00
parent b2f649a489
commit 09404da121
13 changed files with 430 additions and 70 deletions

View file

@ -1,7 +1,8 @@
; Alembic configuration file for database migrations
[alembic]
# path to migration scripts
; Path to migration scripts directory
script_location = alembic
# default database URL; overridden by DATABASE_URL env var in env.py
; Default SQLAlchemy URL for migrations (use DATABASE_URL env var to override)
sqlalchemy.url = postgresql://postgres:password@localhost:5432/dereth
[loggers]