cryptoeax / arbbot

Arbitrator, a bitcoin/altcoin arbitrage trading bot
https://gitter.im/cryptoeax-arbbot/Lobby
GNU General Public License v3.0
200 stars 78 forks source link

Make database changes a bit more migratable #101

Closed sigismund closed 6 years ago

sigismund commented 6 years ago

Currently there is no database migration tool and for every change in database there has to be a custom php script with SQL sentences, with which there is always a danger of irreversible changes.

Everything could be simplified by using migration library like phinx

cryptoeax commented 6 years ago

Thanks, this indeed looks much better than the current hand-rolled solution, I'll try to remember to use it in the future...