Files
2023-09-12 05:37:20 +02:00

4 lines
171 B
Plaintext

# Stampy chat database migrations
Run `alembic upgrade head` to update the database to the newest state.
Run `alembic downgrade -<n>` to revert the last `<n>` migrations.