open-webui/backend/migrations
Timothy J. Baek 4b6ee584c2 fix: alembic
2024-07-08 12:55:27 -07:00
..
versions feat(sqlalchemy): add new column 2024-06-28 09:21:07 +02:00
env.py fix: alembic 2024-07-08 12:55:27 -07:00
README feat(sqlalchemy): Replace peewee with sqlalchemy 2024-06-27 07:48:08 +02: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

Generic single-database configuration.

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