Manage ASL magazines and their articles.
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.
asl-articles/alembic/README

9 lines
258 B

Generic single-database configuration.
To auto-generate a migration from the SQLAlchemy models:
alembic revision --autogenerate -m "..."
https://alembic.sqlalchemy.org/en/latest/autogenerate.html
To create/update the database:
alembic upgrade head