support comment names rendered into changeset file names, include a templating feature #24
Comments
Michael Bayer (@zzzeek) wrote: this is implemented in [[https://bitbucket.org/zzzeek/alembic/changeset/14d05f4b062c1cd237447f66467e234ee30ab3f7|14d05f4b062c1cd237447f66467e234ee30ab3f7]] |
Changes by Michael Bayer (@zzzeek):
|
Changes by Michael Bayer (@zzzeek):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated issue, originally created by Michael Bayer (@zzzeek)
so the name might be:
52ab3dc3e1_add_amount_column.py
but then you can customize this as a config setting:
filename_template = %(rev)s_%(slug)s
The text was updated successfully, but these errors were encountered: