1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00
gns3-server/gns3server/db_migrations
2024-04-03 21:16:40 +07:00
..
versions Support for database schema migrations using alembic 2023-01-11 10:15:04 +08:00
env.py Support for database schema migrations using alembic 2023-01-11 10:15:04 +08:00
README Support for custom Qemu path in templates and nodes 2024-04-03 21:16:40 +07:00
script.py.mako Support for database schema migrations using alembic 2023-01-11 10:15:04 +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"