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 a033080418
Support for database schema migrations using alembic
1 year ago
..
versions Support for database schema migrations using alembic 1 year ago
README Support for database schema migrations using alembic 1 year 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 revision --autogenerate -m "add fields in table"