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

Revision #3 has been created by Jorgee on Apr 10, 2013, 6:27:28 PM with the memo:

Formatting
« previous (#2) next (#4) »

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 771 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