migra/migra-cli/tests/data/postgres_invalid/migrations
Dmitriy Pleshevskiy f98dd4f0c8 feat: single transaction
I added a single transaction option for apply, upgrade, and
downgrade commands, which wraps all migrations into a single
transaction. This gives you the ability to safely roll up
migrations and, if some unforeseen situation occurs, roll them back.

Unfortunately if there is an error in syntax, mysql will not
rollback the migration and commits automatically :( I will
research this issue.

Closes #2
2021-04-24 01:58:19 +03:00
..
210218232851_create_articles feat: single transaction 2021-04-24 01:58:19 +03:00
210218233414_create_persons feat: single transaction 2021-04-24 01:58:19 +03:00