1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-16 15:01:08 +03:00
kohana-migrations/config/minion/migration.php
2011-06-26 03:49:49 +02:00

18 lines
346 B
PHP

<?php
return array(
// A mapping of group_connections => db_connection to use
'group_connection' => array(
),
/**
* This specifies which migration should be the "base", in timestamp form.
* This migration will not be run when --migrate-down is called
*
* NULL means all migrations will run
*/
'lowest_migration' => NULL,
);