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',
),[...]