migra/migra-cli/tests/data
Dmitriy Pleshevskiy 7ae5eec2c3 chore: add support transactional ddl for client
I didn't know that mysql doesn't support transactional ddl.
It means that we cannot create table, alter table and etc. in
transaction. At the moment migra supports only postgres client,
that can be use transaction for ddl.
2021-04-24 22:39:44 +03:00
..
mysql/migrations feat: add mysql database supporting 2021-03-26 02:10:41 +03:00
postgres/migrations feat: add mysql database supporting 2021-03-26 02:10:41 +03:00
postgres_invalid/migrations chore: add support transactional ddl for client 2021-04-24 22:39:44 +03:00
Migra_env_empty.toml fix: key in sample and test manifests 2021-02-13 23:47:41 +03:00
Migra_env.toml feat: add mysql database supporting 2021-03-26 02:10:41 +03:00
Migra_mysql.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_postgres.toml feat: add mysql database supporting 2021-03-26 02:10:41 +03:00
Migra_url_empty.toml fix: key in sample and test manifests 2021-02-13 23:47:41 +03:00