mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
The extra_configs schema field needs a column on the docker_templates table to actually round-trip through the controller DB (the schema alone is accepted but dropped by the SQLAlchemy model mapping). Add the JSON column and an Alembic migration so existing databases get it on upgrade.