2017 © Pedro Peláez
 

library yiimigrate

Migrate сommand supporting modules for Yii 1.1

image

petrgrishin/yiimigrate

Migrate сommand supporting modules for Yii 1.1

  • Thursday, October 20, 2016
  • by petrgrishin
  • Repository
  • 4 Watchers
  • 3 Stars
  • 2,205 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

yiimigrate

Migrate Command supporting modules for Yii 1.1, (*1)

Current version

0.6, (*2)

Install

composer.json:, (*3)

{
  "require": {
    "petrgrishin/yiimigrate": "0.6"
  }
}

config:, (*4)

<?php
return array(
  'commandMap' => array(
    'migrate' => array(
      'class' => \Command\MigrateCommand::className(),
    ),
  ),
);

Usage

Applies ALL new migrations including migrate all registered application modules:, (*5)

php yiic migrate up

Applies new migrations only for the selected module:, (*6)

php yiic migrate up --module=moduleNameFromConfiguration

Creates a new migration for the selected module:, (*7)

php yiic migrate create migrateName --module=moduleNameFromConfiguration

Applies ALL new migrations and minimize output:, (*8)

php yiic migrate up --silent=1

The Versions

20/10 2016

dev-master

9999999-dev

Migrate сommand supporting modules for Yii 1.1

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

20/10 2016

v0.6

0.6.0.0

Migrate сommand supporting modules for Yii 1.1

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

28/11 2014

v0.5

0.5.0.0

Migrate сommand supporting modules for Yii 1.1

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

03/10 2013

v0.4

0.4.0.0

Migrate сommand supporting modules for Yii 1.1

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

27/09 2013

v0.3

0.3.0.0

Migrate сommand supporting modules for Yii 1.1

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

26/09 2013

v0.2

0.2.0.0

Migrate сommand supporting modules for Yii 1.1

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

25/09 2013

v0.1

0.1.0.0

Migrate сommand supporting modules for Yii 1.1

  Sources   Download

MIT

The Requires

  • php >=5.3.0