migra/migra-cli/src
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
..
commands feat: single transaction 2021-04-24 01:58:19 +03:00
database chore: add support transactional ddl for client 2021-04-24 22:39:44 +03:00
app.rs refac: preparatory work for subsequent changes 2021-04-08 01:50:51 +03:00
config.rs feat: apply multiply files 2021-04-09 01:09:51 +03:00
error.rs refac: rename io kind in error enum 2021-02-25 12:25:14 +03:00
main.rs refac: preparatory work for subsequent changes 2021-04-08 01:50:51 +03:00
opts.rs feat: single transaction 2021-04-24 01:58:19 +03:00