search for: 001_test_migration

Displaying 1 result from an estimated 1 matches for "001_test_migration".

2006 Apr 25
3
command rake migration also runs #down method ?
...1 it is version 5, table 7 version 4 etc if I run rake migrate will it run both v5 for both tables or will it run v4 for one and v5 for the other ? This is still not clear to me... TIA, Tuka C:\TDV>ruby script/console Loading development environment. >> require ''db/migrate/001_test_migration.rb'' => true >> TestMigration.down == TestMigration: reverting =================================================== -- drop_table(:migration_test) -> 0.0900s == TestMigration: reverted (0.0900s) ========================================== => nil >> TestMi...