its my first question on stack, than please forgive me if i do something wrong. I look for some tools what i can use for versioning my database. I found nice program for this like Liquibase or Flyway but hear start my problem. Usually to make change on table I use pt-online-schema-change from command linie. None of these tools support command line so I would like to ask if anyone knows another way to workaround this problem, or any other tool that allows it.
Asked
Active
Viewed 257 times
1 Answers
0
It is possible to call other programs from liquibase: http://www.liquibase.org/documentation/changes/execute_command.html but I'm not sure that it is convinient to run all changes this way.

dbf
- 6,399
- 2
- 38
- 65
-
Thanks! I'll try to test but should solve my problem. – SilverRAT Dec 22 '16 at 12:37