hptroniccz/migrations

Database migrations runner

v3.1.3 2020-04-28 12:45 UTC

README

Build Status Downloads this Month Stable Version Code coverage

For more information read documentation.

Supported databases:

  • PostgreSQL
  • MySQL

Supported DBALs:

Development & Running Tests in Docker

  1. Start containers
    docker-compose up --always-recreate-deps --build --force-recreate
  2. Install dependencies
    docker-compose exec php-fpm bash
    composer install
  3. Create ./tests/*.ini files from samples ./tests/*.docker.ini and run ./tests/run-integration.sh

License

Based on Clevis\Migration by Petr Procházka and further improved.

New BSD License. See full license.