Migrated issue, originally created by Григорий Крамаренко (@djbaldey)
Now in file_template used local time:
[alemblic]
file_template = %%(year)d%%(month).2d%%(day).2d%%(hour).2d%%(minute).2d_%%(rev)s_%%(slug)s
generated:
migrations/versions/201704070222_f92e230c3c4e_test.py
But it is not convenient for various geographically located developers.
Please add the variables to determine the UTC time in the file names.
Migrated issue, originally created by Григорий Крамаренко (@djbaldey)
Now in file_template used local time:
[alemblic]
file_template = %%(year)d%%(month).2d%%(day).2d%%(hour).2d%%(minute).2d_%%(rev)s_%%(slug)s
generated:
migrations/versions/201704070222_f92e230c3c4e_test.py
But it is not convenient for various geographically located developers.
Please add the variables to determine the UTC time in the file names.