migra/migra-cli/tests/data
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
..
mysql/migrations feat: add mysql database supporting 2021-03-26 02:10:41 +03:00
mysql_invalid/migrations feat: single transaction 2021-04-24 01:58:19 +03:00
postgres/migrations feat: add mysql database supporting 2021-03-26 02:10:41 +03:00
postgres_invalid/migrations feat: single transaction 2021-04-24 01:58:19 +03:00
Migra_env.toml feat: add mysql database supporting 2021-03-26 02:10:41 +03:00
Migra_env_empty.toml fix: key in sample and test manifests 2021-02-13 23:47:41 +03:00
Migra_mysql.toml feat: add mysql database supporting 2021-03-26 02:10:41 +03:00
Migra_mysql_invalid.toml feat: single transaction 2021-04-24 01:58:19 +03:00
Migra_postgres.toml feat: add mysql database supporting 2021-03-26 02:10:41 +03:00
Migra_postgres_invalid.toml feat: single transaction 2021-04-24 01:58:19 +03:00
Migra_url_empty.toml fix: key in sample and test manifests 2021-02-13 23:47:41 +03:00