mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Add migration to insert LLMConfig.Audit, LLMConfig.Modify, LLMConfig.Allocate privileges into existing databases and associate LLMConfig.Audit/Modify with the default User role.
Generic single-database configuration with an async dbapi. # Command to generate a revision alembic upgrade head alembic revision --autogenerate -m "add fields in table"