mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
- Change `JSONB` columns to generic `JSON` in LLMModelConfig model for database compatibility - Update migration to use `sa.String(32)` for UUID and `sa.JSON()` for config fields - Remove PostgreSQL dialect imports to support multiple database backends - Keep existing constraints and indexes with PostgreSQL-specific annotations where needed
Generic single-database configuration with an async dbapi. # Command to generate a revision alembic upgrade head alembic revision --autogenerate -m "add fields in table"