atreo/migrations

Implementation of Doctrine Migrations to Nette Framework.

v1.0.2 2016-05-04 23:27 UTC

This package is not auto-updated.

Last update: 2024-04-22 12:34:42 UTC


README

Installation

$ composer require atreo/migrations

Extension configuration:

migrations: Atreo\Migrations\Di\MigrationsExtension

migrations:
	table: => DoctrineMigrationVersions
	mainDirectory: => %appDir%/Migrations
	otherDirectories:
	    - one
	    - two 
	    - three
	namespace: DoctrineMigrations

Run migrations:

$ php www/index.php migrations:migrate