open-webui/backend/migrations
2024-08-25 16:52:36 +02:00
..
versions feat: config.json db migration 2024-08-25 16:52:36 +02:00
env.py feat: config.json db migration 2024-08-25 16:52:36 +02: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"