YueGuobin 2062136d12
feat: add alembic migration for LLMConfig privileges
Add migration to insert LLMConfig.Audit, LLMConfig.Modify, LLMConfig.Allocate
privileges into existing databases and associate LLMConfig.Audit/Modify
with the default User role.
2026-05-26 14:28:54 +08:00
..

Generic single-database configuration with an async dbapi.

# Command to generate a revision
alembic upgrade head
alembic revision --autogenerate -m "add fields in table"