You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gns3-server/gns3server/db_migrations
grossmj 123b5d0800
Support for custom Qemu path in templates and nodes
2 months ago
..
versions Support for database schema migrations using alembic 1 year ago
README Support for custom Qemu path in templates and nodes 2 months ago
env.py Support for database schema migrations using alembic 1 year ago
script.py.mako Support for database schema migrations using alembic 1 year ago

README

Generic single-database configuration with an async dbapi.

# Command to generate a revision
alembic upgrade head
alembic revision --autogenerate -m "add fields in table"