new comments
This commit is contained in:
parent
b2f649a489
commit
09404da121
13 changed files with 430 additions and 70 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue