level12 / keg-app-cookiecutter

0 stars 0 forks source link

Include Datamigrations #68

Closed nZac closed 5 years ago

nZac commented 5 years ago

https://alembic.sqlalchemy.org/en/latest/cookbook.html#conditional-migration-elements

Setting this up by default can be a nice addition to the project. The logic should be inverted though so that the data migrations run unless instructed not to.

guruofgentoo commented 5 years ago

Addressed in #62