Changeset 3159 for trunk/tests/mysql_migration_classes
- Timestamp:
- 11/15/07 05:16:31 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/mysql_migration_classes/002_mysql_change_column.php
r3086 r3159 9 9 public function down() 10 10 { 11 $this->renameColumn('migration_test','field3','field2');11 $this->renameColumn('migration_test','field3','field2'); 12 12 } 13 13 }