uzERP 1.6.0 RC4 Pre-release
Pre-release
Pre-release
steveblamey
released this
03 Dec 10:32
·
1675 commits
to master
since this release
Phinx migrations have moved to schema/phinx/migrations and we have added a new UzerpMigration migration base class for our migrations. Please adjust your phinx.yml paths section as follows:
paths:
migrations: %%PHINX_CONFIG_DIR%%/schema/phinx/migrations
migration_base_class: Uzerp\Phinx\UzerpMigration
See https://github.com/uzerpllp/uzerp/blob/master/CHANGELOG.md