migra/migra-cli
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
..
src chore: add support transactional ddl for client 2021-04-24 22:39:44 +03:00
tests chore: add support transactional ddl for client 2021-04-24 22:39:44 +03:00
Cargo.toml chore: bump version 2021-03-26 02:23:31 +03:00