wagons 0.3.1 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1399,3 +1399,459 @@ Migrating to CreatePeople (20120606125104)
1399
1399
   (13.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1400
1400
   (0.2ms) SELECT version FROM "schema_migrations"
1401
1401
   (15.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1402
+ Connecting to database specified by database.yml
1403
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1404
+  (0.1ms) select sqlite_version(*)
1405
+  (9.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1406
+  (11.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1407
+  (9.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1408
+  (0.1ms) SELECT version FROM "schema_migrations"
1409
+  (9.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1410
+ Connecting to database specified by database.yml
1411
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1412
+  (0.2ms) select sqlite_version(*)
1413
+  (11.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1414
+  (11.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1415
+  (10.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1416
+  (0.2ms) SELECT version FROM "schema_migrations"
1417
+  (10.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1418
+ Connecting to database specified by database.yml
1419
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1420
+  (0.2ms) select sqlite_version(*)
1421
+  (11.1ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1422
+  (8.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1423
+  (8.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1424
+  (0.0ms) SELECT version FROM "schema_migrations"
1425
+  (8.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1426
+ Connecting to database specified by database.yml
1427
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1428
+  (0.2ms) select sqlite_version(*)
1429
+  (10.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1430
+  (8.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1431
+  (8.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1432
+  (0.0ms) SELECT version FROM "schema_migrations"
1433
+  (8.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1434
+ Connecting to database specified by database.yml
1435
+ Connecting to database specified by database.yml
1436
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1437
+ Migrating to CreatePeople (20120606125104)
1438
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1439
+  (0.0ms) select sqlite_version(*)
1440
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1441
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1442
+  (0.1ms) select sqlite_version(*)
1443
+  (14.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1444
+  (10.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1445
+  (12.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1446
+  (0.2ms) SELECT version FROM "schema_migrations"
1447
+  (9.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1448
+ Connecting to database specified by database.yml
1449
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1450
+  (0.2ms) select sqlite_version(*)
1451
+  (11.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1452
+  (11.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1453
+  (13.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1454
+  (0.2ms) SELECT version FROM "schema_migrations"
1455
+  (56.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1456
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1457
+ Migrating to CreateCities (20120606125058)
1458
+  (0.1ms) begin transaction
1459
+  (0.4ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1460
+  (0.2ms) ALTER TABLE "people" ADD "city_id" integer
1461
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
1462
+  (9.8ms) commit transaction
1463
+  (0.2ms) begin transaction
1464
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
1465
+ SQL (4.8ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 10 Sep 2014 12:31:46 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:31:46 UTC +00:00]]
1466
+  (11.3ms) commit transaction
1467
+  (0.1ms) begin transaction
1468
+ City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
1469
+ SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Sep 2014 12:31:46 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 10 Sep 2014 12:31:46 UTC +00:00]]
1470
+  (9.8ms) commit transaction
1471
+ Connecting to database specified by database.yml
1472
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1473
+  (0.1ms) select sqlite_version(*)
1474
+  (11.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1475
+  (11.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1476
+  (10.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1477
+  (0.2ms) SELECT version FROM "schema_migrations"
1478
+  (10.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1479
+  (0.1ms) begin transaction
1480
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
1481
+ SQL (2.7ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 10 Sep 2014 12:31:51 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:31:51 UTC +00:00]]
1482
+  (11.2ms) commit transaction
1483
+ Connecting to database specified by database.yml
1484
+ Connecting to database specified by database.yml
1485
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1486
+ Migrating to CreatePeople (20120606125104)
1487
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1488
+  (0.0ms) select sqlite_version(*)
1489
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1490
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1491
+  (0.1ms) select sqlite_version(*)
1492
+  (10.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1493
+  (9.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1494
+  (9.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1495
+  (0.0ms) SELECT version FROM "schema_migrations"
1496
+  (11.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1497
+ Connecting to database specified by database.yml
1498
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1499
+  (0.2ms) select sqlite_version(*)
1500
+  (11.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1501
+  (10.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1502
+  (10.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1503
+  (0.2ms) SELECT version FROM "schema_migrations"
1504
+  (9.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1505
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1506
+ Migrating to CreateCities (20120606125058)
1507
+  (0.1ms) begin transaction
1508
+  (0.6ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1509
+  (0.5ms) ALTER TABLE "people" ADD "city_id" integer
1510
+  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
1511
+  (9.7ms) commit transaction
1512
+  (0.1ms) begin transaction
1513
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
1514
+ SQL (2.7ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 10 Sep 2014 12:33:02 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:33:02 UTC +00:00]]
1515
+  (11.2ms) commit transaction
1516
+  (0.1ms) begin transaction
1517
+ City Load (0.2ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
1518
+ SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Sep 2014 12:33:02 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 10 Sep 2014 12:33:02 UTC +00:00]]
1519
+  (10.0ms) commit transaction
1520
+ Connecting to database specified by database.yml
1521
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1522
+  (0.2ms) select sqlite_version(*)
1523
+  (10.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1524
+  (10.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1525
+  (10.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1526
+  (0.2ms) SELECT version FROM "schema_migrations"
1527
+  (9.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1528
+  (0.0ms) begin transaction
1529
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
1530
+ SQL (2.6ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 10 Sep 2014 12:33:06 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:33:06 UTC +00:00]]
1531
+  (13.0ms) commit transaction
1532
+ Connecting to database specified by database.yml
1533
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1534
+  (0.1ms) select sqlite_version(*)
1535
+  (11.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1536
+  (10.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1537
+  (11.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1538
+  (0.2ms) SELECT version FROM "schema_migrations"
1539
+  (8.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1540
+ Connecting to database specified by database.yml
1541
+  (16.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1542
+  (0.2ms) select sqlite_version(*)
1543
+  (11.1ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1544
+  (6.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1545
+  (8.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1546
+  (0.0ms) SELECT version FROM "schema_migrations"
1547
+  (11.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1548
+ Connecting to database specified by database.yml
1549
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1550
+  (0.1ms) select sqlite_version(*)
1551
+  (10.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1552
+  (10.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1553
+  (10.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1554
+  (0.2ms) SELECT version FROM "schema_migrations"
1555
+  (9.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1556
+ Connecting to database specified by database.yml
1557
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1558
+  (0.1ms) select sqlite_version(*)
1559
+  (18.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1560
+  (12.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1561
+  (11.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1562
+  (0.2ms) SELECT version FROM "schema_migrations"
1563
+  (9.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1564
+ Connecting to database specified by database.yml
1565
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1566
+  (0.1ms) select sqlite_version(*)
1567
+  (14.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1568
+  (9.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1569
+  (13.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1570
+  (0.2ms) SELECT version FROM "schema_migrations"
1571
+  (9.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1572
+ Connecting to database specified by database.yml
1573
+ Connecting to database specified by database.yml
1574
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1575
+ Migrating to CreatePeople (20120606125104)
1576
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1577
+  (0.0ms) select sqlite_version(*)
1578
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1579
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1580
+  (0.2ms) select sqlite_version(*)
1581
+  (13.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1582
+  (9.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1583
+  (10.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1584
+  (0.2ms) SELECT version FROM "schema_migrations"
1585
+  (12.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1586
+ Connecting to database specified by database.yml
1587
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1588
+  (0.2ms) select sqlite_version(*)
1589
+  (11.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1590
+  (12.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1591
+  (11.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1592
+  (0.2ms) SELECT version FROM "schema_migrations"
1593
+  (10.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1594
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1595
+ Migrating to CreateCities (20120606125058)
1596
+  (0.1ms) begin transaction
1597
+  (0.4ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1598
+  (0.1ms) ALTER TABLE "people" ADD "city_id" integer
1599
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
1600
+  (9.6ms) commit transaction
1601
+  (0.1ms) begin transaction
1602
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
1603
+ SQL (3.0ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 10 Sep 2014 12:39:41 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:39:41 UTC +00:00]]
1604
+  (9.6ms) commit transaction
1605
+  (0.1ms) begin transaction
1606
+ City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
1607
+ SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Sep 2014 12:39:41 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 10 Sep 2014 12:39:41 UTC +00:00]]
1608
+  (9.1ms) commit transaction
1609
+ Connecting to database specified by database.yml
1610
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1611
+  (0.2ms) select sqlite_version(*)
1612
+  (11.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1613
+  (8.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1614
+  (10.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1615
+  (0.2ms) SELECT version FROM "schema_migrations"
1616
+  (11.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1617
+  (0.0ms) begin transaction
1618
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
1619
+ SQL (2.7ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 10 Sep 2014 12:39:46 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:39:46 UTC +00:00]]
1620
+  (11.9ms) commit transaction
1621
+ Connecting to database specified by database.yml
1622
+ Connecting to database specified by database.yml
1623
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1624
+ Migrating to CreatePeople (20120606125104)
1625
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1626
+  (0.0ms) select sqlite_version(*)
1627
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1628
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1629
+  (0.1ms) select sqlite_version(*)
1630
+  (11.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1631
+  (10.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1632
+  (10.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1633
+  (0.2ms) SELECT version FROM "schema_migrations"
1634
+  (9.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1635
+ Connecting to database specified by database.yml
1636
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1637
+  (0.2ms) select sqlite_version(*)
1638
+  (11.6ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1639
+  (7.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1640
+  (13.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1641
+  (0.2ms) SELECT version FROM "schema_migrations"
1642
+  (9.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1643
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1644
+ Migrating to CreateCities (20120606125058)
1645
+  (0.1ms) begin transaction
1646
+  (0.6ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1647
+  (0.5ms) ALTER TABLE "people" ADD "city_id" integer
1648
+  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
1649
+  (16.5ms) commit transaction
1650
+  (0.1ms) begin transaction
1651
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
1652
+ SQL (2.7ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 10 Sep 2014 12:49:36 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:49:36 UTC +00:00]]
1653
+  (10.2ms) commit transaction
1654
+  (0.1ms) begin transaction
1655
+ City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
1656
+ SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Sep 2014 12:49:36 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 10 Sep 2014 12:49:36 UTC +00:00]]
1657
+  (10.4ms) commit transaction
1658
+ Connecting to database specified by database.yml
1659
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1660
+  (0.1ms) select sqlite_version(*)
1661
+  (11.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1662
+  (11.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1663
+  (12.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1664
+  (0.2ms) SELECT version FROM "schema_migrations"
1665
+  (10.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1666
+  (0.1ms) begin transaction
1667
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
1668
+ SQL (2.7ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 10 Sep 2014 12:49:40 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:49:40 UTC +00:00]]
1669
+  (9.5ms) commit transaction
1670
+ Connecting to database specified by database.yml
1671
+ Connecting to database specified by database.yml
1672
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1673
+ Migrating to CreatePeople (20120606125104)
1674
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1675
+  (0.0ms) select sqlite_version(*)
1676
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1677
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1678
+  (0.1ms) select sqlite_version(*)
1679
+  (11.6ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1680
+  (18.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1681
+  (8.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1682
+  (0.1ms) SELECT version FROM "schema_migrations"
1683
+  (8.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1684
+ Connecting to database specified by database.yml
1685
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1686
+  (0.2ms) select sqlite_version(*)
1687
+  (11.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1688
+  (10.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1689
+  (10.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1690
+  (0.2ms) SELECT version FROM "schema_migrations"
1691
+  (10.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1692
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1693
+ Migrating to CreateCities (20120606125058)
1694
+  (0.1ms) begin transaction
1695
+  (0.2ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1696
+  (0.1ms) ALTER TABLE "people" ADD "city_id" integer
1697
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
1698
+  (9.7ms) commit transaction
1699
+  (0.2ms) begin transaction
1700
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
1701
+ SQL (2.7ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 10 Sep 2014 13:05:20 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 13:05:20 UTC +00:00]]
1702
+  (11.0ms) commit transaction
1703
+  (0.1ms) begin transaction
1704
+ City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
1705
+ SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Sep 2014 13:05:20 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 10 Sep 2014 13:05:20 UTC +00:00]]
1706
+  (9.8ms) commit transaction
1707
+ Connecting to database specified by database.yml
1708
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1709
+  (0.1ms) select sqlite_version(*)
1710
+  (13.1ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1711
+  (10.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1712
+  (10.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1713
+  (0.2ms) SELECT version FROM "schema_migrations"
1714
+  (10.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1715
+  (0.1ms) begin transaction
1716
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
1717
+ SQL (2.6ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 10 Sep 2014 13:05:25 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 13:05:25 UTC +00:00]]
1718
+  (9.8ms) commit transaction
1719
+ Connecting to database specified by database.yml
1720
+ Connecting to database specified by database.yml
1721
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1722
+ Migrating to CreatePeople (20120606125104)
1723
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1724
+  (0.0ms) select sqlite_version(*)
1725
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1726
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1727
+  (0.2ms) select sqlite_version(*)
1728
+  (11.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1729
+  (10.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1730
+  (10.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1731
+  (0.2ms) SELECT version FROM "schema_migrations"
1732
+  (9.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1733
+ Connecting to database specified by database.yml
1734
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1735
+  (0.2ms) select sqlite_version(*)
1736
+  (11.2ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1737
+  (10.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1738
+  (13.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1739
+  (0.2ms) SELECT version FROM "schema_migrations"
1740
+  (9.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1741
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1742
+ Migrating to CreateCities (20120606125058)
1743
+  (0.1ms) begin transaction
1744
+  (0.6ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1745
+  (0.5ms) ALTER TABLE "people" ADD "city_id" integer
1746
+  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
1747
+  (10.1ms) commit transaction
1748
+  (0.1ms) begin transaction
1749
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
1750
+ SQL (2.7ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 10 Sep 2014 13:07:22 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 13:07:22 UTC +00:00]]
1751
+  (10.0ms) commit transaction
1752
+  (0.1ms) begin transaction
1753
+ City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
1754
+ SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Sep 2014 13:07:22 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 10 Sep 2014 13:07:22 UTC +00:00]]
1755
+  (10.0ms) commit transaction
1756
+ Connecting to database specified by database.yml
1757
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1758
+  (0.1ms) select sqlite_version(*)
1759
+  (12.1ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1760
+  (10.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1761
+  (10.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1762
+  (0.2ms) SELECT version FROM "schema_migrations"
1763
+  (12.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1764
+  (0.2ms) begin transaction
1765
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
1766
+ SQL (2.8ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 10 Sep 2014 13:07:27 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 13:07:27 UTC +00:00]]
1767
+  (24.7ms) commit transaction
1768
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1769
+ Migrating to CreateCities (20120606125058)
1770
+  (0.1ms) begin transaction
1771
+  (0.4ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) 
1772
+  (0.2ms) ALTER TABLE "people" ADD "city_id" integer
1773
+ SQL (1.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20120606125058"]]
1774
+  (10.7ms) commit transaction
1775
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1776
+  (0.1ms) begin transaction
1777
+ City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' ORDER BY "cities"."id" ASC LIMIT 1
1778
+ SQL (1.1ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-10 13:39:17.174520"], ["name", "Paris"], ["updated_at", "2014-09-10 13:39:17.174520"]]
1779
+  (14.3ms) commit transaction
1780
+ Connecting to database specified by database.yml
1781
+ Connecting to database specified by database.yml
1782
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1783
+ Migrating to CreatePeople (20120606125104)
1784
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1785
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1786
+  (0.2ms) select sqlite_version(*)
1787
+  (24.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1788
+  (12.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1789
+  (11.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1790
+  (0.2ms) SELECT version FROM "schema_migrations"
1791
+  (9.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1792
+ Connecting to database specified by database.yml
1793
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1794
+  (0.2ms) select sqlite_version(*)
1795
+  (10.6ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1796
+  (10.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1797
+  (13.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1798
+  (0.2ms) SELECT version FROM "schema_migrations"
1799
+  (13.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1800
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1801
+ Migrating to CreateCities (20120606125058)
1802
+  (0.1ms) begin transaction
1803
+  (0.7ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1804
+  (0.2ms) ALTER TABLE "people" ADD "city_id" integer
1805
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')
1806
+  (11.6ms) commit transaction
1807
+  (0.1ms) begin transaction
1808
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
1809
+ SQL (2.8ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 10 Sep 2014 13:42:49 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 13:42:49 UTC +00:00]]
1810
+  (9.5ms) commit transaction
1811
+  (0.1ms) begin transaction
1812
+ City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
1813
+ SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Sep 2014 13:42:49 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 10 Sep 2014 13:42:49 UTC +00:00]]
1814
+  (10.4ms) commit transaction
1815
+ Connecting to database specified by database.yml
1816
+  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1817
+  (0.2ms) select sqlite_version(*)
1818
+  (11.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1819
+  (9.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1820
+  (11.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1821
+  (0.2ms) SELECT version FROM "schema_migrations"
1822
+  (11.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1823
+  (0.1ms) begin transaction
1824
+ Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
1825
+ SQL (3.1ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 10 Sep 2014 13:42:55 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 13:42:55 UTC +00:00]]
1826
+  (16.6ms) commit transaction
1827
+ Connecting to database specified by database.yml
1828
+  (0.0ms) select sqlite_version(*)
1829
+  (11.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1830
+  (10.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1831
+  (2.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1832
+ Connecting to database specified by database.yml
1833
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1834
+ Migrating to CreatePeople (20120606125104)
1835
+  (0.0ms) select sqlite_version(*)
1836
+  (0.0ms) begin transaction
1837
+  (0.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1838
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125104')
1839
+  (10.7ms) commit transaction
1840
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1841
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1842
+ Connecting to database specified by database.yml
1843
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1844
+  (0.1ms) select sqlite_version(*)
1845
+  (11.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1846
+  (14.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1847
+  (10.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1848
+  (0.2ms) SELECT version FROM "schema_migrations"
1849
+  (12.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
1850
+ Connecting to database specified by database.yml
1851
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1852
+  (0.2ms) select sqlite_version(*)
1853
+  (11.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1854
+  (7.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1855
+  (8.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1856
+  (0.0ms) SELECT version FROM "schema_migrations"
1857
+  (9.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')