open-webui/backend/migrations
Peter De-Ath 03618fd2e0 fix: update logging configuration in env.py 2024-07-12 21:12:30 +01:00
..
versions feat(sqlalchemy): add new column 2024-06-28 09:21:07 +02:00
README feat(sqlalchemy): Replace peewee with sqlalchemy 2024-06-27 07:48:08 +02:00
env.py fix: update logging configuration in env.py 2024-07-12 21:12:30 +01:00
script.py.mako feat(sqlalchemy): Replace peewee with sqlalchemy 2024-06-27 07:48:08 +02:00
util.py feat(sqlalchemy): add missing file 2024-06-27 07:48:08 +02:00

README

Generic single-database configuration.

Create new migrations with
DATABASE_URL=<replace with actual url> alembic revision --autogenerate -m "a description"