Difference between #3 and #4 of
How to change Migration Table name and use defined prefix.

Revision #4 has been created by jamband on Apr 11, 2013, 7:07:11 AM with the memo:

fix single quote
« previous (#3)

Changes

Title unchanged

How to change Migration Table name and use defined prefix.

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

migration, table, name, prefix

Content changed

[...]
```php
// Command Map
'commandMap'=>array(
'migrate'=>array(
'class'=>'system.cli.commands.MigrateCommand',
'
'migrationPath'=>'application.migrations',
'migrationTable'=>'{{migration_history}}',
'connectionID'=>'db',
'templateFile'=>'application.migrations.template',
),
[...]
3 0
5 followers
Viewed: 21 765 times
Version: 1.1
Category: How-tos
Written by: Jorgee
Last updated by: jamband
Created on: Apr 10, 2013
Last updated: 11 years ago
Update Article

Revisions

View all history