Files

6 lines
317 B
Markdown
Raw Permalink Normal View History

2021-05-05 14:27:05 +01:00
See https://flask-alembic.readthedocs.io/en/stable/.
2021-05-05 14:27:05 +01:00
You can run `flask db` for a list of the available commands.
2021-05-05 14:27:05 +01:00
Note that we manually rename the auto-generated files so the prefix is a sequential number instead of a SHA. This means the files are listed in order, so it's easier to navigate the migration history.