== TheMigration: reverting =================================================== -- drop_table(:people) == TheMigration: migrating =================================================== -- create_table(:people) -> 0.0575s -- add_index(:people, :name) -> 0.0400s -- add_index(:people, :sex) -> 0.0052s -- add_index(:people, :birthday) -> 0.0044s -- add_index(:people, :divisions) -> 0.0064s == TheMigration: migrated (0.1141s) ========================================== AR user system total real inserting data 15.880000 1.400000 17.280000 ( 25.141273) finding all 0.120000 0.020000 0.140000 ( 0.163360) finding last 0.000000 0.000000 0.000000 ( 0.000467) find names 0.030000 0.000000 0.030000 ( 0.035074) TC table user system total real inserting data 0.400000 0.050000 0.450000 ( 0.452233) finding all 1.030000 0.140000 1.170000 ( 1.160435) find last 0.000000 0.000000 0.000000 ( 0.000018) find names 0.450000 0.000000 0.450000 ( 0.481272)