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
Pacman Ghost 49c608186c Allow publisher articles to have a publication date. 2 years ago
..
versions Allow publisher articles to have a publication date. 2 years ago
README Added support for publishers. 4 years ago
alembic.ini Added basic infrastructure. 4 years ago
env.py Added support for publishers. 4 years ago
script.py.mako Added basic infrastructure. 4 years ago

README

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