Archived
1
0
Fork 0
This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
migra/migra-cli/tests/data/postgres_invalid/migrations/210218233414_create_persons
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
..
down.sql feat: single transaction 2021-04-24 01:58:19 +03:00
up.sql chore: add support transactional ddl for client 2021-04-24 22:39:44 +03:00