1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-03-01 17:02:04 +00:00
gns3-server/gns3server/db_migrations
2024-09-18 18:02:35 +07:00
..
versions Fix MAC address support for Docker containers 2024-09-18 18:02:35 +07:00
env.py
README
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"