wagons 0.0.1 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/MIT-LICENSE +1 -1
- data/README.rdoc +135 -9
- data/Rakefile +13 -5
- data/lib/generators/wagon/templates/%singular_name%.gemspec.tt +0 -2
- data/lib/generators/wagon/templates/.gitignore +5 -0
- data/lib/generators/wagon/templates/Gemfile.tt +5 -9
- data/lib/generators/wagon/templates/app/assets/images/.empty_directory +0 -0
- data/lib/generators/wagon/templates/app/controllers/.empty_directory +0 -0
- data/lib/generators/wagon/templates/app/models/.empty_directory +0 -0
- data/lib/generators/wagon/templates/app/views/.empty_directory +0 -0
- data/lib/generators/wagon/templates/db/fixtures/development/.empty_directory +0 -0
- data/lib/generators/wagon/templates/db/migrate/.empty_directory +0 -0
- data/lib/generators/wagon/templates/lib/%singular_name%/wagon.rb.tt +7 -4
- data/lib/generators/wagon/templates/test/fixtures/.empty_directory +0 -0
- data/lib/generators/wagon/wagon_generator.rb +23 -4
- data/lib/tasks/wagons.rake +119 -20
- data/lib/wagons/extensions/application.rb +14 -0
- data/lib/wagons/extensions/require_optional.rb +9 -0
- data/lib/wagons/{test_case.rb → extensions/test_case.rb} +4 -1
- data/lib/wagons/installer.rb +313 -0
- data/lib/wagons/railtie.rb +1 -1
- data/lib/wagons/version.rb +1 -1
- data/lib/wagons/view_helper.rb +58 -0
- data/lib/wagons/wagon.rb +125 -109
- data/lib/wagons/wagon_tasks.rake +9 -7
- data/lib/wagons.rb +44 -7
- data/test/dummy/Gemfile +8 -2
- data/test/dummy/Gemfile.lock +51 -48
- data/test/dummy/app/assets/javascripts/application.js +0 -2
- data/test/dummy/app/controllers/people_controller.rb +6 -0
- data/test/dummy/app/views/people/index.html.erb +6 -0
- data/test/dummy/app/views/shared/_sidebar.html.erb +3 -0
- data/test/dummy/config/initializers/wagon_app_version.rb +7 -0
- data/test/dummy/config/routes.rb +3 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/schema.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +1230 -1586
- data/test/dummy/log/test.log +6458 -1772
- data/test/dummy/test/unit/person_test.rb +6 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- data/test/dummy/vendor/wagons/superliner/Gemfile +1 -5
- data/test/dummy/vendor/wagons/superliner/Gemfile.lock +46 -48
- data/test/dummy/vendor/wagons/superliner/app/controllers/cities_controller.rb +6 -0
- data/test/dummy/vendor/wagons/superliner/app/views/cities/index.html.erb +7 -0
- data/test/dummy/vendor/wagons/superliner/app/views/people/_list_superliner.html.erb +3 -0
- data/test/dummy/vendor/wagons/superliner/app/views/shared/_sidebar_superliner.html.erb +1 -0
- data/test/dummy/vendor/wagons/superliner/config/routes.rb +1 -1
- data/test/dummy/vendor/wagons/superliner/db/migrate/{20120606125258_create_cities.rb → 20120606125058_create_cities.rb} +0 -0
- data/test/dummy/vendor/wagons/superliner/dummy_superliner.gemspec +0 -2
- data/test/dummy/vendor/wagons/superliner/lib/dummy_superliner/wagon.rb +3 -1
- data/test/dummy/vendor/wagons/superliner/test/functionals/cities_controller_test.rb +12 -0
- data/test/dummy/vendor/wagons/superliner/test/functionals/people_controller_test.rb +14 -0
- data/test/dummy/vendor/wagons/superliner/test/unit/city_test.rb +4 -1
- data/test/dummy/vendor/wagons/superliner/test/wagon_test.rb +7 -5
- data/test/wagons_installer_test.rb +225 -0
- metadata +241 -169
- data/test/dummy/dummy.gemspec +0 -17
@@ -1,44 +1,10 @@
|
|
1
1
|
Connecting to database specified by database.yml
|
2
|
-
Connecting to database specified by database.yml
|
3
|
-
Connecting to database specified by database.yml
|
4
2
|
Connecting to database specified by database.yml
|
5
3
|
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
6
|
-
[1m[35m (
|
4
|
+
[1m[35m (42.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
7
5
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
8
|
-
[1m[35m (
|
9
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
10
|
-
Connecting to database specified by database.yml
|
11
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
12
|
-
Connecting to database specified by database.yml
|
13
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
14
|
-
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
15
|
-
Connecting to database specified by database.yml
|
16
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
17
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
18
|
-
[1m[36m (132.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
19
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
20
|
-
[1m[36m (55.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
21
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
22
|
-
[1m[36m (56.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
23
|
-
Connecting to database specified by database.yml
|
24
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
25
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
26
|
-
Connecting to database specified by database.yml
|
27
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
28
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
29
|
-
Connecting to database specified by database.yml
|
6
|
+
[1m[35m (3.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
30
7
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
31
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
32
|
-
Connecting to database specified by database.yml
|
33
|
-
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
34
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
35
|
-
Connecting to database specified by database.yml
|
36
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
37
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
38
|
-
Connecting to database specified by database.yml
|
39
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
40
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
41
|
-
Connecting to database specified by database.yml
|
42
8
|
Connecting to database specified by database.yml
|
43
9
|
Connecting to database specified by database.yml
|
44
10
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
@@ -47,1971 +13,1649 @@ Migrating to CreatePeople (20120606125104)
|
|
47
13
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
48
14
|
[1m[35m (0.4ms)[0m 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)
|
49
15
|
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125104')[0m
|
50
|
-
[1m[35m (
|
51
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
52
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
53
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
54
|
-
Connecting to database specified by database.yml
|
55
|
-
Connecting to database specified by database.yml
|
56
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
57
|
-
Migrating to CreateCities (20120606125258)
|
58
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
59
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
60
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
61
|
-
[1m[36m (0.1ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
62
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125258')
|
63
|
-
[1m[36m (126.1ms)[0m [1mcommit transaction[0m
|
64
|
-
Connecting to database specified by database.yml
|
65
|
-
Connecting to database specified by database.yml
|
66
|
-
Connecting to database specified by database.yml
|
16
|
+
[1m[35m (41.8ms)[0m commit transaction
|
67
17
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
68
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
69
|
-
[1m[36m (132.3ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
70
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
71
|
-
[1m[36m (62.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
72
18
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
73
|
-
Migrating to CreateCities (20120606125258)
|
74
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
75
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
76
|
-
[1m[36m (0.3ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
77
|
-
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125258')
|
78
|
-
[1m[36m (69.1ms)[0m [1mcommit transaction[0m
|
79
|
-
Connecting to database specified by database.yml
|
80
19
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
81
|
-
[1m[35m (0.
|
82
|
-
[1m[36m (
|
83
|
-
[1m[35m (
|
20
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
21
|
+
[1m[36m (3.2ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
22
|
+
[1m[35m (3.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
23
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
24
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
84
25
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
85
|
-
[1m[35m (
|
86
|
-
Migrating to CreateCities (20120606125258)
|
26
|
+
[1m[35m (4.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
87
27
|
Connecting to database specified by database.yml
|
88
28
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
89
|
-
[1m[35m (0.
|
90
|
-
[1m[36m (
|
91
|
-
[1m[35m (
|
29
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
30
|
+
[1m[36m (42.2ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
31
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
32
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
33
|
+
[1m[35m (4.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
92
34
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
93
|
-
[1m[35m (
|
94
|
-
Migrating to CreateCities (20120606125258)
|
95
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
96
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
97
|
-
[1m[36mSQL (7.6ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 13:12:41 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 13:12:41 UTC +00:00]]
|
98
|
-
[1m[35m (58.8ms)[0m commit transaction
|
99
|
-
Connecting to database specified by database.yml
|
35
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
100
36
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
101
|
-
|
102
|
-
[1m[
|
103
|
-
[1m[
|
104
|
-
[1m[
|
105
|
-
[1m[
|
106
|
-
|
37
|
+
Migrating to CreateCities (20120606125058)
|
38
|
+
[1m[35m (0.0ms)[0m begin transaction
|
39
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
40
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
41
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
42
|
+
[1m[35m (3.5ms)[0m commit transaction
|
43
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
44
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
45
|
+
[1m[36mSQL (36.1ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Thu, 16 Aug 2012 16:04:52 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 16 Aug 2012 16:04:52 UTC +00:00]]
|
46
|
+
[1m[35m (4.3ms)[0m commit transaction
|
107
47
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
108
48
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
109
|
-
[1m[
|
110
|
-
|
111
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
112
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
113
|
-
[1m[36m (99.0ms)[0m [1mDROP TABLE "people"[0m
|
114
|
-
[1m[35m (57.2ms)[0m 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)
|
115
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
116
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
117
|
-
Migrating to CreateCities (20120606125258)
|
118
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
119
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
120
|
-
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 13:16:29 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 13:16:29 UTC +00:00]]
|
121
|
-
[1m[35m (58.8ms)[0m commit transaction
|
49
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 16 Aug 2012 16:04:52 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 16 Aug 2012 16:04:52 UTC +00:00]]
|
50
|
+
[1m[35m (3.0ms)[0m commit transaction
|
122
51
|
Connecting to database specified by database.yml
|
123
52
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
124
53
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
125
|
-
[1m[36m (
|
126
|
-
[1m[35m (
|
127
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
128
|
-
[1m[35m (75.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
129
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
130
|
-
[1m[35m (54.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
131
|
-
Connecting to database specified by database.yml
|
132
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
133
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
134
|
-
[1m[36m (87.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
135
|
-
[1m[35m (58.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
54
|
+
[1m[36m (42.3ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
55
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
136
56
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
137
|
-
[1m[35m (
|
138
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
139
|
-
[1m[35m (57.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
140
|
-
Connecting to database specified by database.yml
|
141
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
142
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
143
|
-
[1m[36m (138.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
144
|
-
[1m[35m (53.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
145
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
146
|
-
[1m[35m (77.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
147
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
148
|
-
[1m[35m (68.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
149
|
-
Connecting to database specified by database.yml
|
150
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
151
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
152
|
-
[1m[36m (94.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
153
|
-
[1m[35m (58.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
154
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
155
|
-
[1m[35m (56.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
57
|
+
[1m[35m (4.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
156
58
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
157
|
-
[1m[35m (
|
59
|
+
[1m[35m (4.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
60
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
61
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
62
|
+
[1m[36mSQL (3.3ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Thu, 16 Aug 2012 16:04:56 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 16 Aug 2012 16:04:56 UTC +00:00]]
|
63
|
+
[1m[35m (2.8ms)[0m commit transaction
|
158
64
|
Connecting to database specified by database.yml
|
159
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
160
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
161
|
-
[1m[36m (135.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
162
|
-
[1m[35m (53.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
163
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
164
|
-
[1m[35m (78.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
165
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
166
|
-
[1m[35m (52.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
167
65
|
Connecting to database specified by database.yml
|
168
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
169
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
170
|
-
[1m[36m (109.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
171
|
-
[1m[35m (58.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
172
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
173
|
-
[1m[35m (65.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
174
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
175
|
-
[1m[35m (56.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
176
66
|
Connecting to database specified by database.yml
|
177
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
178
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
179
|
-
[1m[36m (77.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
180
|
-
[1m[35m (62.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
181
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
182
|
-
[1m[35m (78.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
183
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
184
|
-
[1m[35m (101.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
185
67
|
Connecting to database specified by database.yml
|
186
68
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
187
|
-
|
188
|
-
[1m[36m (126.5ms)[0m [1mDROP TABLE "people"[0m
|
189
|
-
[1m[35m (49.0ms)[0m 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)
|
190
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
69
|
+
Migrating to CreatePeople (20120606125104)
|
191
70
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
192
|
-
|
193
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
194
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
195
|
-
[1m[36m (0.1ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
196
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125258')
|
197
|
-
[1m[36m (52.2ms)[0m [1mcommit transaction[0m
|
198
|
-
[1m[35m (0.0ms)[0m begin transaction
|
199
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
200
|
-
[1m[35mSQL (2.1ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 13:19:04 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 13:19:04 UTC +00:00]]
|
201
|
-
[1m[36m (42.4ms)[0m [1mcommit transaction[0m
|
202
|
-
Connecting to database specified by database.yml
|
203
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
204
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
205
|
-
[1m[36m (97.3ms)[0m [1mDROP TABLE "people"[0m
|
206
|
-
[1m[35m (40.7ms)[0m 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)
|
207
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
71
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
208
72
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
209
|
-
|
210
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
211
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
212
|
-
[1m[36mSQL (2.2ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 13:19:07 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 13:19:07 UTC +00:00]]
|
213
|
-
[1m[35m (39.4ms)[0m commit transaction
|
214
|
-
Connecting to database specified by database.yml
|
215
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
216
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
217
|
-
[1m[36m (81.4ms)[0m [1mDROP TABLE "people"[0m
|
218
|
-
[1m[35m (57.3ms)[0m 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)
|
219
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
73
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
220
74
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
221
|
-
|
222
|
-
[1m[
|
223
|
-
[1m[
|
224
|
-
[1m[
|
225
|
-
[1m[
|
75
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
76
|
+
[1m[35m (70.5ms)[0m 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)
|
77
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
78
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
79
|
+
[1m[36m (4.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
80
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
81
|
+
[1m[36m (4.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
226
82
|
Connecting to database specified by database.yml
|
227
83
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
228
84
|
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
229
|
-
[1m[36m (
|
230
|
-
[1m[35m (
|
85
|
+
[1m[36m (41.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
86
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
87
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
88
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
231
89
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
232
|
-
[1m[35m (
|
233
|
-
Migrating to CreateCities (20120606125258)
|
234
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
235
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
236
|
-
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 13:25:17 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 13:25:17 UTC +00:00]]
|
237
|
-
[1m[35m (56.1ms)[0m commit transaction
|
238
|
-
Connecting to database specified by database.yml
|
90
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
239
91
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
240
|
-
|
241
|
-
[1m[
|
242
|
-
[1m[
|
243
|
-
[1m[
|
244
|
-
[1m[
|
245
|
-
|
92
|
+
Migrating to CreateCities (20120606125058)
|
93
|
+
[1m[35m (0.0ms)[0m begin transaction
|
94
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
95
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
96
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
97
|
+
[1m[35m (3.2ms)[0m commit transaction
|
246
98
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
247
|
-
[1m[
|
248
|
-
[1m[36mSQL (
|
249
|
-
[1m[35m (
|
250
|
-
Connecting to database specified by database.yml
|
251
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
252
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
253
|
-
[1m[36m (98.8ms)[0m [1mDROP TABLE "people"[0m
|
254
|
-
[1m[35m (73.4ms)[0m 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)
|
255
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
256
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
257
|
-
Migrating to CreateCities (20120606125258)
|
258
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
259
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
260
|
-
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 13:26:40 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 13:26:40 UTC +00:00]]
|
261
|
-
[1m[35m (58.3ms)[0m commit transaction
|
262
|
-
Connecting to database specified by database.yml
|
263
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
264
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
265
|
-
[1m[36m (57.9ms)[0m [1mDROP TABLE "people"[0m
|
266
|
-
[1m[35m (57.2ms)[0m 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)
|
267
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
268
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
269
|
-
Migrating to CreateCities (20120606125258)
|
99
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
100
|
+
[1m[36mSQL (42.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 20:56:01 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:56:01 UTC +00:00]]
|
101
|
+
[1m[35m (3.3ms)[0m commit transaction
|
270
102
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
271
103
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
272
|
-
[1m[36mSQL (
|
273
|
-
[1m[35m (
|
104
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 20:56:01 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 20:56:01 UTC +00:00]]
|
105
|
+
[1m[35m (2.9ms)[0m commit transaction
|
274
106
|
Connecting to database specified by database.yml
|
275
107
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
276
|
-
[1m[35m (0.
|
277
|
-
[1m[36m (
|
278
|
-
[1m[35m (
|
108
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
109
|
+
[1m[36m (44.7ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
110
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
111
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
112
|
+
[1m[35m (4.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
279
113
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
280
|
-
[1m[35m (
|
281
|
-
Migrating to CreateCities (20120606125258)
|
114
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
282
115
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
283
|
-
[1m[
|
284
|
-
[1m[36mSQL (
|
285
|
-
[1m[35m (
|
286
|
-
Connecting to database specified by database.yml
|
287
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
288
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
289
|
-
[1m[36m (81.8ms)[0m [1mDROP TABLE "people"[0m
|
290
|
-
[1m[35m (49.0ms)[0m 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)
|
291
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
292
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
293
|
-
Migrating to CreateCities (20120606125258)
|
294
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
295
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
296
|
-
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 13:28:53 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 13:28:53 UTC +00:00]]
|
297
|
-
[1m[35m (48.1ms)[0m commit transaction
|
298
|
-
Connecting to database specified by database.yml
|
299
|
-
Connecting to database specified by database.yml
|
116
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
117
|
+
[1m[36mSQL (3.2ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 20:56:06 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:56:06 UTC +00:00]]
|
118
|
+
[1m[35m (2.8ms)[0m commit transaction
|
300
119
|
Connecting to database specified by database.yml
|
301
120
|
Connecting to database specified by database.yml
|
302
121
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
303
|
-
|
304
|
-
[1m[36m (79.5ms)[0m [1mDROP TABLE "people"[0m
|
305
|
-
[1m[35m (57.1ms)[0m 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)
|
306
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
122
|
+
Migrating to CreatePeople (20120606125104)
|
307
123
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
308
|
-
|
309
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
310
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
311
|
-
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 13:36:50 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 13:36:50 UTC +00:00]]
|
312
|
-
[1m[35m (49.2ms)[0m commit transaction
|
313
|
-
Connecting to database specified by database.yml
|
314
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
315
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
316
|
-
[1m[36m (132.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
317
|
-
[1m[35m (59.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
318
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
319
|
-
[1m[35m (72.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
320
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
321
|
-
[1m[35m (58.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
322
|
-
Connecting to database specified by database.yml
|
323
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
324
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
325
|
-
[1m[36m (79.3ms)[0m [1mDROP TABLE "people"[0m
|
326
|
-
[1m[35m (48.9ms)[0m 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)
|
327
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
124
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
328
125
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
329
|
-
|
330
|
-
[1m[
|
331
|
-
[1m[
|
332
|
-
[1m[
|
333
|
-
[1m[
|
334
|
-
[1m[
|
335
|
-
[1m[
|
336
|
-
[1m[
|
337
|
-
[1m[
|
338
|
-
[1m[36m (40.6ms)[0m [1mcommit transaction[0m
|
126
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
127
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
128
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
129
|
+
[1m[35m (34.2ms)[0m 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)
|
130
|
+
[1m[36m (3.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
131
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
132
|
+
[1m[36m (3.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
133
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
134
|
+
[1m[36m (3.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
339
135
|
Connecting to database specified by database.yml
|
340
136
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
341
137
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
342
|
-
[1m[36m (
|
343
|
-
[1m[35m (
|
138
|
+
[1m[36m (45.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
139
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
344
140
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
345
|
-
[1m[35m (
|
141
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
346
142
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
347
|
-
[1m[35m (
|
348
|
-
Connecting to database specified by database.yml
|
143
|
+
[1m[35m (3.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
349
144
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
350
|
-
|
351
|
-
[1m[36m (111.8ms)[0m [1mDROP TABLE "people"[0m
|
352
|
-
[1m[35m (57.1ms)[0m 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)
|
353
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
354
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
355
|
-
Migrating to CreateCities (20120606125258)
|
356
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
357
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
358
|
-
[1m[36m (0.3ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
359
|
-
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125258')
|
360
|
-
[1m[36m (59.1ms)[0m [1mcommit transaction[0m
|
145
|
+
Migrating to CreateCities (20120606125058)
|
361
146
|
[1m[35m (0.0ms)[0m begin transaction
|
362
|
-
[1m[
|
363
|
-
[1m[
|
364
|
-
[1m[36m (
|
365
|
-
|
366
|
-
[1m[36m (0.1ms)[0m [
|
367
|
-
[1m[
|
368
|
-
[1m[
|
369
|
-
[1m[35m (
|
370
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
371
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
372
|
-
Migrating to CreateCities (20120606125258)
|
373
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
374
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
375
|
-
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 13:47:01 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 13:47:01 UTC +00:00]]
|
376
|
-
[1m[35m (58.6ms)[0m commit transaction
|
377
|
-
Connecting to database specified by database.yml
|
378
|
-
Connecting to database specified by database.yml
|
379
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
380
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
381
|
-
[1m[36m (70.7ms)[0m [1mDROP TABLE "people"[0m
|
382
|
-
[1m[35m (65.5ms)[0m 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)
|
383
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
384
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
385
|
-
Migrating to CreateCities (20120606125258)
|
386
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
387
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
388
|
-
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 13:49:30 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 13:49:30 UTC +00:00]]
|
389
|
-
[1m[35m (66.3ms)[0m commit transaction
|
390
|
-
Connecting to database specified by database.yml
|
391
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
392
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
393
|
-
[1m[36m (72.1ms)[0m [1mDROP TABLE "people"[0m
|
394
|
-
[1m[35m (57.2ms)[0m 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)
|
395
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
396
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
397
|
-
Migrating to CreateCities (20120606125258)
|
147
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
148
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
149
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
150
|
+
[1m[35m (3.2ms)[0m commit transaction
|
151
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
152
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
153
|
+
[1m[36mSQL (3.2ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 20:56:37 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:56:37 UTC +00:00]]
|
154
|
+
[1m[35m (2.8ms)[0m commit transaction
|
398
155
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
399
156
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
400
|
-
[1m[36mSQL (
|
401
|
-
[1m[35m (
|
402
|
-
Connecting to database specified by database.yml
|
403
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
404
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
405
|
-
[1m[36m (114.4ms)[0m [1mDROP TABLE "people"[0m
|
406
|
-
[1m[35m (57.3ms)[0m 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)
|
407
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
408
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
409
|
-
Migrating to CreateCities (20120606125258)
|
410
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
411
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
412
|
-
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
157
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 20:56:37 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 20:56:37 UTC +00:00]]
|
158
|
+
[1m[35m (2.9ms)[0m commit transaction
|
413
159
|
Connecting to database specified by database.yml
|
414
160
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
415
|
-
[1m[35m (0.
|
416
|
-
[1m[36m (
|
417
|
-
[1m[35m (
|
161
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
162
|
+
[1m[36m (67.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
163
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
418
164
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
419
|
-
[1m[35m (
|
420
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
421
|
-
[1m[35m (140.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
422
|
-
Connecting to database specified by database.yml
|
423
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
424
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
425
|
-
[1m[36m (116.6ms)[0m [1mDROP TABLE "people"[0m
|
426
|
-
[1m[35m (40.6ms)[0m 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)
|
165
|
+
[1m[35m (4.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
427
166
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
428
|
-
[1m[35m (
|
429
|
-
Migrating to CreateCities (20120606125258)
|
167
|
+
[1m[35m (2.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
430
168
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
431
|
-
[1m[
|
432
|
-
[1m[
|
433
|
-
[1m[35m (
|
434
|
-
[1m[36m (43.0ms)[0m [1mcommit transaction[0m
|
435
|
-
[1m[35m (0.1ms)[0m begin transaction
|
436
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
437
|
-
[1m[35mSQL (2.1ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 13:55:55 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 13:55:55 UTC +00:00]]
|
438
|
-
[1m[36m (49.1ms)[0m [1mcommit transaction[0m
|
169
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
170
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 20:56:42 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:56:42 UTC +00:00]]
|
171
|
+
[1m[35m (38.7ms)[0m commit transaction
|
439
172
|
Connecting to database specified by database.yml
|
440
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
441
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
442
|
-
[1m[36m (87.7ms)[0m [1mDROP TABLE "people"[0m
|
443
|
-
[1m[35m (65.7ms)[0m 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)
|
444
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
445
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
446
|
-
Migrating to CreateCities (20120606125258)
|
447
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
448
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
449
|
-
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 13:56:58 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 13:56:58 UTC +00:00]]
|
450
|
-
[1m[35m (56.1ms)[0m commit transaction
|
451
173
|
Connecting to database specified by database.yml
|
452
174
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
453
|
-
|
454
|
-
[1m[36m (90.6ms)[0m [1mDROP TABLE "people"[0m
|
455
|
-
[1m[35m (49.0ms)[0m 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)
|
456
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
175
|
+
Migrating to CreatePeople (20120606125104)
|
457
176
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
458
|
-
|
459
|
-
[1m[
|
460
|
-
[1m[
|
461
|
-
[1m[
|
462
|
-
[1m[
|
177
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
178
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
179
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
180
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
181
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
182
|
+
[1m[35m (35.0ms)[0m 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)
|
183
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
184
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
185
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
186
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
187
|
+
[1m[36m (3.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
463
188
|
Connecting to database specified by database.yml
|
464
189
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
465
|
-
[1m[35m (0.
|
466
|
-
[1m[36m (
|
467
|
-
[1m[35m (
|
190
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
191
|
+
[1m[36m (39.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
192
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
468
193
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
469
|
-
[1m[35m (
|
470
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
471
|
-
[1m[35m (51.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
472
|
-
Connecting to database specified by database.yml
|
473
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
474
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
475
|
-
[1m[36m (99.9ms)[0m [1mDROP TABLE "people"[0m
|
476
|
-
[1m[35m (57.3ms)[0m 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)
|
194
|
+
[1m[35m (4.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
477
195
|
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
478
|
-
[1m[35m (
|
479
|
-
Migrating to CreateCities (20120606125258)
|
480
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
481
|
-
[1m[35m (0.4ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
482
|
-
[1m[36m (0.4ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
483
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125258')
|
484
|
-
[1m[36m (66.0ms)[0m [1mcommit transaction[0m
|
485
|
-
[1m[35m (0.1ms)[0m begin transaction
|
486
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
487
|
-
[1m[35mSQL (2.1ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 13:58:38 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 13:58:38 UTC +00:00]]
|
488
|
-
[1m[36m (67.4ms)[0m [1mcommit transaction[0m
|
489
|
-
Connecting to database specified by database.yml
|
196
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
490
197
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
491
|
-
|
492
|
-
[1m[
|
493
|
-
[1m[
|
494
|
-
[1m[
|
495
|
-
[1m[
|
496
|
-
|
198
|
+
Migrating to CreateCities (20120606125058)
|
199
|
+
[1m[35m (0.0ms)[0m begin transaction
|
200
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
201
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
202
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
203
|
+
[1m[35m (3.0ms)[0m commit transaction
|
204
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
205
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
206
|
+
[1m[36mSQL (3.1ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 20:58:03 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:58:03 UTC +00:00]]
|
207
|
+
[1m[35m (2.8ms)[0m commit transaction
|
497
208
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
498
209
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
499
|
-
[1m[36mSQL (
|
500
|
-
[1m[35m (
|
210
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 20:58:03 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 20:58:03 UTC +00:00]]
|
211
|
+
[1m[35m (2.8ms)[0m commit transaction
|
501
212
|
Connecting to database specified by database.yml
|
502
213
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
503
214
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
504
|
-
[1m[36m (
|
505
|
-
[1m[35m (
|
215
|
+
[1m[36m (39.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
216
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
217
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
218
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
506
219
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
507
|
-
[1m[35m (
|
508
|
-
Migrating to CreateCities (20120606125258)
|
220
|
+
[1m[35m (3.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
509
221
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
510
|
-
[1m[
|
511
|
-
[1m[36mSQL (
|
512
|
-
[1m[35m (
|
513
|
-
Connecting to database specified by database.yml
|
514
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
515
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
516
|
-
[1m[36m (87.3ms)[0m [1mDROP TABLE "people"[0m
|
517
|
-
[1m[35m (48.9ms)[0m 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)
|
518
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
519
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
520
|
-
Migrating to CreateCities (20120606125258)
|
521
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
522
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
523
|
-
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 14:02:32 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:02:32 UTC +00:00]]
|
524
|
-
[1m[35m (45.6ms)[0m commit transaction
|
222
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
223
|
+
[1m[36mSQL (3.3ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 20:58:07 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:58:07 UTC +00:00]]
|
224
|
+
[1m[35m (2.8ms)[0m commit transaction
|
525
225
|
Connecting to database specified by database.yml
|
526
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
527
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
528
|
-
[1m[36m (95.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
529
|
-
[1m[35m (56.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
530
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
531
|
-
[1m[35m (67.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
532
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
533
|
-
[1m[35m (63.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
534
226
|
Connecting to database specified by database.yml
|
535
227
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
536
|
-
|
537
|
-
[1m[36m (72.1ms)[0m [1mDROP TABLE "people"[0m
|
538
|
-
[1m[35m (57.3ms)[0m 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)
|
539
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
228
|
+
Migrating to CreatePeople (20120606125104)
|
540
229
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
541
|
-
|
542
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
543
|
-
[1m[35m (0.4ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
544
|
-
[1m[36m (0.3ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
545
|
-
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125258')
|
546
|
-
[1m[36m (59.1ms)[0m [1mcommit transaction[0m
|
547
|
-
[1m[35m (0.0ms)[0m begin transaction
|
548
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
549
|
-
[1m[35mSQL (2.1ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:05:56 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:05:56 UTC +00:00]]
|
550
|
-
[1m[36m (59.5ms)[0m [1mcommit transaction[0m
|
551
|
-
Connecting to database specified by database.yml
|
552
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
553
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
554
|
-
[1m[36m (81.7ms)[0m [1mDROP TABLE "people"[0m
|
555
|
-
[1m[35m (49.0ms)[0m 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)
|
556
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
230
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
557
231
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
558
|
-
|
559
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
560
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
561
|
-
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 14:06:41 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:06:41 UTC +00:00]]
|
562
|
-
[1m[35m (55.1ms)[0m commit transaction
|
563
|
-
Connecting to database specified by database.yml
|
564
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
565
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
566
|
-
[1m[36m (99.0ms)[0m [1mDROP TABLE "people"[0m
|
567
|
-
[1m[35m (57.2ms)[0m 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)
|
568
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
232
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
569
233
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
570
|
-
|
571
|
-
[1m[
|
572
|
-
[1m[
|
573
|
-
[1m[
|
574
|
-
[1m[
|
234
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
235
|
+
[1m[35m (31.0ms)[0m 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)
|
236
|
+
[1m[36m (3.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
237
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
238
|
+
[1m[36m (4.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
239
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
240
|
+
[1m[36m (4.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
575
241
|
Connecting to database specified by database.yml
|
576
242
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
577
243
|
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
578
|
-
[1m[36m (
|
579
|
-
[1m[35m (
|
244
|
+
[1m[36m (45.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
245
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
246
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
247
|
+
[1m[35m (4.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
580
248
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
581
|
-
[1m[35m (
|
582
|
-
Migrating to CreateCities (20120606125258)
|
583
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
584
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
585
|
-
Connecting to database specified by database.yml
|
249
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
586
250
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
587
|
-
|
588
|
-
[1m[
|
589
|
-
[1m[
|
590
|
-
[1m[
|
591
|
-
[1m[
|
592
|
-
|
251
|
+
Migrating to CreateCities (20120606125058)
|
252
|
+
[1m[35m (0.0ms)[0m begin transaction
|
253
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
254
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
255
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
256
|
+
[1m[35m (3.5ms)[0m commit transaction
|
593
257
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
594
258
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
595
|
-
[1m[
|
596
|
-
|
597
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
598
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
599
|
-
[1m[36m (73.3ms)[0m [1mDROP TABLE "people"[0m
|
600
|
-
[1m[35m (57.2ms)[0m 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)
|
601
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
602
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
603
|
-
Migrating to CreateCities (20120606125258)
|
604
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
605
|
-
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
606
|
-
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Wed, 06 Jun 2012 14:09:51 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:09:51 UTC +00:00]]
|
607
|
-
[1m[35m (58.6ms)[0m commit transaction
|
259
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 20:58:55 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:58:55 UTC +00:00]]
|
260
|
+
[1m[35m (2.9ms)[0m commit transaction
|
608
261
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
609
262
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
610
|
-
[1m[36mSQL (0.
|
611
|
-
[1m[35m (
|
263
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 20:58:55 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 20:58:55 UTC +00:00]]
|
264
|
+
[1m[35m (3.0ms)[0m commit transaction
|
612
265
|
Connecting to database specified by database.yml
|
613
266
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
614
267
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
615
|
-
[1m[36m (
|
616
|
-
[1m[35m (
|
268
|
+
[1m[36m (40.6ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
269
|
+
[1m[35m (3.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
617
270
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
618
|
-
[1m[35m (
|
619
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
620
|
-
[1m[35m (45.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
621
|
-
Connecting to database specified by database.yml
|
622
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
623
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
624
|
-
[1m[36m (90.7ms)[0m [1mDROP TABLE "people"[0m
|
625
|
-
[1m[35m (49.1ms)[0m 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)
|
271
|
+
[1m[35m (5.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
626
272
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
627
|
-
[1m[35m (
|
628
|
-
Migrating to CreateCities (20120606125258)
|
629
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
630
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
631
|
-
[1m[36m (0.3ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
632
|
-
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125258')
|
633
|
-
[1m[36m (50.7ms)[0m [1mcommit transaction[0m
|
634
|
-
[1m[35m (0.1ms)[0m begin transaction
|
635
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
636
|
-
[1m[35mSQL (2.2ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 06 Jun 2012 14:10:04 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:10:04 UTC +00:00]]
|
637
|
-
[1m[36m (47.3ms)[0m [1mcommit transaction[0m
|
638
|
-
[1m[35m (0.1ms)[0m begin transaction
|
639
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
640
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:10:05 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:10:05 UTC +00:00]]
|
641
|
-
[1m[36m (61.3ms)[0m [1mcommit transaction[0m
|
642
|
-
Connecting to database specified by database.yml
|
643
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
644
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
645
|
-
[1m[36m (72.4ms)[0m [1mDROP TABLE "people"[0m
|
646
|
-
[1m[35m (40.8ms)[0m 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)
|
647
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
648
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
649
|
-
Migrating to CreateCities (20120606125258)
|
273
|
+
[1m[35m (4.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
650
274
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
651
275
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
652
|
-
[1m[36mSQL (
|
653
|
-
[1m[35m (
|
654
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
655
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
656
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 14:10:08 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:10:08 UTC +00:00]]
|
657
|
-
[1m[35m (45.1ms)[0m commit transaction
|
276
|
+
[1m[36mSQL (3.0ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 20:59:00 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 20:59:00 UTC +00:00]]
|
277
|
+
[1m[35m (2.9ms)[0m commit transaction
|
658
278
|
Connecting to database specified by database.yml
|
659
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
660
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
661
|
-
[1m[36m (70.3ms)[0m [1mDROP TABLE "people"[0m
|
662
|
-
[1m[35m (65.4ms)[0m 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)
|
663
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
664
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
665
|
-
Migrating to CreateCities (20120606125258)
|
666
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
667
|
-
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
668
|
-
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Wed, 06 Jun 2012 14:11:21 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:11:21 UTC +00:00]]
|
669
|
-
[1m[35m (74.4ms)[0m commit transaction
|
670
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
671
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
672
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 14:11:21 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:11:21 UTC +00:00]]
|
673
|
-
[1m[35m (61.4ms)[0m commit transaction
|
674
279
|
Connecting to database specified by database.yml
|
675
280
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
676
|
-
|
677
|
-
[1m[36m (71.5ms)[0m [1mDROP TABLE "people"[0m
|
678
|
-
[1m[35m (49.1ms)[0m 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)
|
679
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
281
|
+
Migrating to CreatePeople (20120606125104)
|
680
282
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
681
|
-
|
682
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
683
|
-
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
684
|
-
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Wed, 06 Jun 2012 14:11:41 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:11:41 UTC +00:00]]
|
685
|
-
[1m[35m (47.7ms)[0m commit transaction
|
686
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
687
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
688
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 14:11:41 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:11:41 UTC +00:00]]
|
689
|
-
[1m[35m (46.6ms)[0m commit transaction
|
690
|
-
Connecting to database specified by database.yml
|
691
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
692
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
693
|
-
[1m[36m (83.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
694
|
-
[1m[35m (53.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
695
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
696
|
-
[1m[35m (78.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
697
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
698
|
-
[1m[35m (59.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
699
|
-
Connecting to database specified by database.yml
|
700
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
701
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
702
|
-
[1m[36m (111.3ms)[0m [1mDROP TABLE "people"[0m
|
703
|
-
[1m[35m (57.2ms)[0m 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)
|
704
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
283
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
705
284
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
706
|
-
|
707
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
708
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
709
|
-
[1m[36m (0.1ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
710
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125258')
|
711
|
-
[1m[36m (61.3ms)[0m [1mcommit transaction[0m
|
712
|
-
[1m[35m (0.0ms)[0m begin transaction
|
713
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
714
|
-
[1m[35mSQL (2.2ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 06 Jun 2012 14:12:21 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:12:21 UTC +00:00]]
|
715
|
-
[1m[36m (103.6ms)[0m [1mcommit transaction[0m
|
716
|
-
[1m[35m (0.1ms)[0m begin transaction
|
717
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
718
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:12:21 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:12:21 UTC +00:00]]
|
719
|
-
[1m[36m (58.9ms)[0m [1mcommit transaction[0m
|
720
|
-
Connecting to database specified by database.yml
|
721
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
722
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
723
|
-
[1m[36m (101.4ms)[0m [1mDROP TABLE "people"[0m
|
724
|
-
[1m[35m (65.5ms)[0m 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)
|
725
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
285
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
726
286
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
727
|
-
|
728
|
-
[1m[
|
729
|
-
[1m[
|
730
|
-
[1m[
|
731
|
-
[1m[
|
732
|
-
[1m[
|
733
|
-
[1m[
|
734
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 14:12:39 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:12:39 UTC +00:00]]
|
735
|
-
[1m[35m (48.2ms)[0m commit transaction
|
287
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
288
|
+
[1m[35m (33.9ms)[0m 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)
|
289
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
290
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
291
|
+
[1m[36m (4.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
292
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
293
|
+
[1m[36m (4.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
736
294
|
Connecting to database specified by database.yml
|
737
295
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
738
296
|
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
739
|
-
[1m[36m (
|
740
|
-
[1m[35m (
|
297
|
+
[1m[36m (45.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
298
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
299
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
300
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
741
301
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
742
|
-
[1m[35m (
|
743
|
-
|
302
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
303
|
+
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
304
|
+
Migrating to CreateCities (20120606125058)
|
305
|
+
[1m[35m (0.0ms)[0m begin transaction
|
306
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
307
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
308
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
309
|
+
[1m[35m (4.2ms)[0m commit transaction
|
744
310
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
745
311
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
746
|
-
[1m[36mSQL (2.
|
747
|
-
[1m[35m (
|
312
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:01:10 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:01:10 UTC +00:00]]
|
313
|
+
[1m[35m (4.5ms)[0m commit transaction
|
748
314
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
749
315
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
750
|
-
[1m[36mSQL (0.
|
751
|
-
[1m[35m (
|
316
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:01:10 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:01:10 UTC +00:00]]
|
317
|
+
[1m[35m (2.9ms)[0m commit transaction
|
752
318
|
Connecting to database specified by database.yml
|
753
319
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
754
|
-
[1m[35m (0.
|
755
|
-
[1m[36m (
|
756
|
-
[1m[35m (
|
320
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
321
|
+
[1m[36m (44.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
322
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
323
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
324
|
+
[1m[35m (4.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
757
325
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
758
|
-
[1m[35m (
|
759
|
-
Migrating to CreateCities (20120606125258)
|
760
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
761
|
-
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
762
|
-
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Wed, 06 Jun 2012 14:15:58 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:15:58 UTC +00:00]]
|
763
|
-
[1m[35m (58.7ms)[0m commit transaction
|
326
|
+
[1m[35m (3.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
764
327
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
765
|
-
[1m[
|
766
|
-
[1m[36mSQL (
|
767
|
-
[1m[35m (
|
328
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
329
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 21:01:15 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:01:15 UTC +00:00]]
|
330
|
+
[1m[35m (2.8ms)[0m commit transaction
|
768
331
|
Connecting to database specified by database.yml
|
769
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
770
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
771
|
-
[1m[36m (69.1ms)[0m [1mDROP TABLE "people"[0m
|
772
|
-
[1m[35m (57.3ms)[0m 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)
|
773
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
774
332
|
Connecting to database specified by database.yml
|
775
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
776
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
777
|
-
[1m[36m (94.0ms)[0m [1mDROP TABLE "people"[0m
|
778
|
-
[1m[35m (48.9ms)[0m 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)
|
779
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
780
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
781
|
-
Migrating to CreateCities (20120606125258)
|
782
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
783
|
-
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
784
|
-
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Wed, 06 Jun 2012 14:17:08 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:17:08 UTC +00:00]]
|
785
|
-
[1m[35m (51.0ms)[0m commit transaction
|
786
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
787
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
788
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 14:17:08 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:17:08 UTC +00:00]]
|
789
|
-
[1m[35m (51.9ms)[0m commit transaction
|
790
333
|
Connecting to database specified by database.yml
|
791
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
792
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
793
|
-
[1m[36m (61.8ms)[0m [1mDROP TABLE "people"[0m
|
794
|
-
[1m[35m (57.3ms)[0m 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)
|
795
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
796
|
-
[1m[35m (0.2ms)[0m select * from schema_migrations
|
797
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
798
|
-
Migrating to CreateCities (20120606125258)
|
799
|
-
[1m[35m (0.0ms)[0m begin transaction
|
800
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
801
|
-
[1m[35mSQL (2.1ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 06 Jun 2012 14:19:45 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:19:45 UTC +00:00]]
|
802
|
-
[1m[36m (60.2ms)[0m [1mcommit transaction[0m
|
803
|
-
[1m[35m (0.1ms)[0m begin transaction
|
804
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
805
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:19:45 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:19:45 UTC +00:00]]
|
806
|
-
[1m[36m (60.7ms)[0m [1mcommit transaction[0m
|
807
334
|
Connecting to database specified by database.yml
|
808
335
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
809
|
-
|
810
|
-
[1m[36m (78.1ms)[0m [1mDROP TABLE "people"[0m
|
811
|
-
[1m[35m (57.4ms)[0m 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)
|
812
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
813
|
-
[1m[35m (0.3ms)[0m SELECT name FROM sqlite_master WHERE type='table' ORDER BY name;
|
814
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
815
|
-
Migrating to CreateCities (20120606125258)
|
816
|
-
[1m[35m (0.0ms)[0m begin transaction
|
817
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
818
|
-
[1m[35mSQL (2.1ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 06 Jun 2012 14:21:35 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:21:35 UTC +00:00]]
|
819
|
-
[1m[36m (57.5ms)[0m [1mcommit transaction[0m
|
820
|
-
[1m[35m (0.0ms)[0m begin transaction
|
821
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
822
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:21:35 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:21:35 UTC +00:00]]
|
823
|
-
[1m[36m (48.2ms)[0m [1mcommit transaction[0m
|
824
|
-
Connecting to database specified by database.yml
|
825
|
-
[1m[36m (0.3ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' ORDER BY name;[0m
|
336
|
+
Migrating to CreatePeople (20120606125104)
|
826
337
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
827
|
-
|
828
|
-
Connecting to database specified by database.yml
|
829
|
-
[1m[36m (0.4ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' ORDER BY name;[0m
|
338
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
830
339
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
831
|
-
|
832
|
-
|
833
|
-
[1m[36m (0.
|
834
|
-
[1m[35m (
|
835
|
-
[1m[36m (
|
836
|
-
[1m[35m (
|
837
|
-
[1m[36m (
|
838
|
-
[1m[35m (0.
|
839
|
-
[1m[36m (
|
840
|
-
Migrating to CreateCities (20120606125258)
|
841
|
-
[1m[35m (0.0ms)[0m begin transaction
|
842
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
843
|
-
[1m[35mSQL (2.1ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 06 Jun 2012 14:22:57 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:22:57 UTC +00:00]]
|
844
|
-
[1m[36m (59.9ms)[0m [1mcommit transaction[0m
|
845
|
-
[1m[35m (0.1ms)[0m begin transaction
|
846
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
847
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:22:57 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:22:57 UTC +00:00]]
|
848
|
-
[1m[36m (60.4ms)[0m [1mcommit transaction[0m
|
849
|
-
Connecting to database specified by database.yml
|
850
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
851
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
852
|
-
[1m[36m (67.1ms)[0m [1mDROP TABLE "people"[0m
|
853
|
-
[1m[35m (65.5ms)[0m 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)
|
854
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
855
|
-
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='column' ORDER BY name;
|
856
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
857
|
-
Migrating to CreateCities (20120606125258)
|
858
|
-
[1m[35m (0.0ms)[0m begin transaction
|
859
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
860
|
-
[1m[35mSQL (2.1ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 06 Jun 2012 14:23:49 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:23:49 UTC +00:00]]
|
861
|
-
[1m[36m (59.5ms)[0m [1mcommit transaction[0m
|
862
|
-
[1m[35m (0.0ms)[0m begin transaction
|
863
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
864
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:23:49 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:23:49 UTC +00:00]]
|
865
|
-
[1m[36m (52.4ms)[0m [1mcommit transaction[0m
|
866
|
-
Connecting to database specified by database.yml
|
867
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
868
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
869
|
-
[1m[36m (99.0ms)[0m [1mDROP TABLE "people"[0m
|
870
|
-
[1m[35m (49.0ms)[0m 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)
|
871
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
872
|
-
[1m[35m (0.2ms)[0m SELECT sql FROM sqlite_master WHERE name='people'
|
873
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
874
|
-
Migrating to CreateCities (20120606125258)
|
875
|
-
[1m[35m (0.1ms)[0m begin transaction
|
876
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
877
|
-
[1m[35mSQL (2.1ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 06 Jun 2012 14:27:22 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:27:22 UTC +00:00]]
|
878
|
-
[1m[36m (47.4ms)[0m [1mcommit transaction[0m
|
879
|
-
[1m[35m (0.1ms)[0m begin transaction
|
880
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
881
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:27:22 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:27:22 UTC +00:00]]
|
882
|
-
[1m[36m (45.7ms)[0m [1mcommit transaction[0m
|
340
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
341
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
342
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
343
|
+
[1m[35m (32.6ms)[0m 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)
|
344
|
+
[1m[36m (3.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
345
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
346
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
347
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
348
|
+
[1m[36m (3.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
883
349
|
Connecting to database specified by database.yml
|
884
350
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
885
351
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
886
|
-
[1m[36m (
|
887
|
-
[1m[35m (
|
352
|
+
[1m[36m (40.3ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
353
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
888
354
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
889
|
-
[1m[35m (
|
890
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
891
|
-
[1m[35m (56.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
892
|
-
Connecting to database specified by database.yml
|
893
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
894
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
895
|
-
[1m[36m (79.9ms)[0m [1mDROP TABLE "people"[0m
|
896
|
-
[1m[35m (65.4ms)[0m 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)
|
355
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
897
356
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
898
|
-
[1m[35m (
|
357
|
+
[1m[35m (3.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
899
358
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
900
|
-
Migrating to CreateCities (
|
359
|
+
Migrating to CreateCities (20120606125058)
|
901
360
|
[1m[35m (0.0ms)[0m begin transaction
|
902
|
-
[1m[36m (0.
|
361
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
903
362
|
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
904
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('
|
905
|
-
[1m[35m (
|
363
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
364
|
+
[1m[35m (2.8ms)[0m commit transaction
|
906
365
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
907
366
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
908
|
-
[1m[36mSQL (2.
|
909
|
-
[1m[35m (
|
367
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:09:46 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:09:46 UTC +00:00]]
|
368
|
+
[1m[35m (2.8ms)[0m commit transaction
|
910
369
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
911
|
-
[1m[35mCity Load (0.
|
912
|
-
[1m[36mSQL (0.
|
913
|
-
[1m[35m (
|
914
|
-
Connecting to database specified by database.yml
|
915
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
916
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
917
|
-
[1m[36m (180.8ms)[0m [1mDROP TABLE "people"[0m
|
918
|
-
[1m[35m (65.6ms)[0m 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)
|
919
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
920
|
-
[1m[35m (0.3ms)[0m SELECT sql FROM sqlite_master
|
921
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
922
|
-
Migrating to CreateCities (20120606125258)
|
923
|
-
[1m[35m (0.1ms)[0m begin transaction
|
924
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
925
|
-
[1m[35mSQL (3.4ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 06 Jun 2012 14:31:16 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:31:16 UTC +00:00]]
|
926
|
-
[1m[36m (61.2ms)[0m [1mcommit transaction[0m
|
927
|
-
[1m[35m (0.0ms)[0m begin transaction
|
928
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
929
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:31:16 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:31:16 UTC +00:00]]
|
930
|
-
[1m[36m (64.2ms)[0m [1mcommit transaction[0m
|
931
|
-
Connecting to database specified by database.yml
|
932
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
933
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
934
|
-
[1m[36m (107.8ms)[0m [1mDROP TABLE "people"[0m
|
935
|
-
[1m[35m (57.2ms)[0m 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)
|
936
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
937
|
-
[1m[35m (0.2ms)[0m SELECT sql FROM sqlite_master
|
938
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
939
|
-
Migrating to CreateCities (20120606125258)
|
940
|
-
[1m[35m (0.1ms)[0m begin transaction
|
941
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
942
|
-
[1m[35mSQL (2.2ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 06 Jun 2012 14:38:37 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:38:37 UTC +00:00]]
|
943
|
-
[1m[36m (55.8ms)[0m [1mcommit transaction[0m
|
944
|
-
[1m[35m (0.1ms)[0m begin transaction
|
945
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
946
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:38:37 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:38:37 UTC +00:00]]
|
947
|
-
[1m[36m (44.9ms)[0m [1mcommit transaction[0m
|
948
|
-
Connecting to database specified by database.yml
|
949
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
950
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
951
|
-
[1m[36m (99.8ms)[0m [1mDROP TABLE "people"[0m
|
952
|
-
[1m[35m (49.0ms)[0m 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)
|
953
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
954
|
-
[1m[35m (0.2ms)[0m SELECT sql FROM sqlite_master
|
955
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
956
|
-
Migrating to CreateCities (20120606125258)
|
957
|
-
[1m[35m (0.1ms)[0m begin transaction
|
958
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
959
|
-
[1m[35mSQL (2.1ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 06 Jun 2012 14:40:23 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:40:23 UTC +00:00]]
|
960
|
-
[1m[36m (47.5ms)[0m [1mcommit transaction[0m
|
961
|
-
[1m[35m (0.1ms)[0m begin transaction
|
962
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
963
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:40:23 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:40:23 UTC +00:00]]
|
964
|
-
[1m[36m (54.1ms)[0m [1mcommit transaction[0m
|
370
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
371
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:09:46 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:09:46 UTC +00:00]]
|
372
|
+
[1m[35m (2.9ms)[0m commit transaction
|
965
373
|
Connecting to database specified by database.yml
|
966
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
967
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
968
|
-
[1m[36m (99.2ms)[0m [1mDROP TABLE "people"[0m
|
969
|
-
[1m[35m (57.3ms)[0m 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)
|
970
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
971
|
-
[1m[35m (0.2ms)[0m SELECT sql FROM sqlite_master
|
972
|
-
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
973
|
-
Migrating to CreateCities (20120606125258)
|
974
|
-
[1m[35m (0.0ms)[0m begin transaction
|
975
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
976
|
-
[1m[35mSQL (2.1ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 06 Jun 2012 14:42:00 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 06 Jun 2012 14:42:00 UTC +00:00]]
|
977
|
-
[1m[36m (59.0ms)[0m [1mcommit transaction[0m
|
978
|
-
[1m[35m (0.1ms)[0m begin transaction
|
979
|
-
[1m[36mCity Load (0.1ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
980
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:42:00 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:42:00 UTC +00:00]]
|
981
|
-
[1m[36m (56.7ms)[0m [1mcommit transaction[0m
|
982
374
|
Connecting to database specified by database.yml
|
983
375
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
984
|
-
|
985
|
-
[1m[
|
986
|
-
[1m[
|
987
|
-
[1m[
|
988
|
-
[1m[
|
989
|
-
[1m[
|
990
|
-
|
991
|
-
[1m[35m (
|
992
|
-
[1m[
|
993
|
-
[1m[
|
994
|
-
[1m[36m (
|
995
|
-
[1m[35m (0.1ms)[0m
|
996
|
-
[1m[
|
997
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:42:23 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 06 Jun 2012 14:42:23 UTC +00:00]]
|
998
|
-
[1m[36m (45.9ms)[0m [1mcommit transaction[0m
|
376
|
+
Migrating to CreatePeople (20120606125104)
|
377
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
378
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
379
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
380
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
381
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
382
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
383
|
+
[1m[35m (36.1ms)[0m 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)
|
384
|
+
[1m[36m (3.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
385
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
386
|
+
[1m[36m (4.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
387
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
388
|
+
[1m[36m (4.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
999
389
|
Connecting to database specified by database.yml
|
1000
390
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1001
|
-
[1m[35m (0.
|
1002
|
-
[1m[36m (
|
1003
|
-
[1m[35m (
|
391
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
392
|
+
[1m[36m (42.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
393
|
+
[1m[35m (3.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
394
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
395
|
+
[1m[35m (4.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1004
396
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1005
|
-
[1m[35m (
|
1006
|
-
[1m[36m (0.
|
1007
|
-
Migrating to CreateCities (
|
397
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
398
|
+
[1m[36m (0.5ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
399
|
+
Migrating to CreateCities (20120606125058)
|
1008
400
|
[1m[35m (0.0ms)[0m begin transaction
|
1009
|
-
[1m[
|
1010
|
-
[1m[
|
1011
|
-
[1m[36m (
|
1012
|
-
[1m[35m (
|
1013
|
-
[1m[
|
1014
|
-
[1m[
|
1015
|
-
[1m[
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
SQLite3::SQLException: no such table: city: select * from city
|
1022
|
-
Connecting to database specified by database.yml
|
1023
|
-
Connecting to database specified by database.yml
|
1024
|
-
Connecting to database specified by database.yml
|
401
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
402
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
403
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
404
|
+
[1m[35m (3.0ms)[0m commit transaction
|
405
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
406
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
407
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:10:32 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:10:32 UTC +00:00]]
|
408
|
+
[1m[35m (3.0ms)[0m commit transaction
|
409
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
410
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
411
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:10:32 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:10:32 UTC +00:00]]
|
412
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1025
413
|
Connecting to database specified by database.yml
|
1026
414
|
Connecting to database specified by database.yml
|
1027
415
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1028
|
-
|
1029
|
-
[1m[
|
1030
|
-
[1m[
|
1031
|
-
[1m[
|
1032
|
-
[1m[
|
1033
|
-
|
416
|
+
Migrating to CreatePeople (20120606125104)
|
417
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
418
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
419
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
420
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
421
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
422
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
423
|
+
[1m[35m (32.5ms)[0m 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)
|
424
|
+
[1m[36m (3.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
425
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
426
|
+
[1m[36m (5.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
427
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
428
|
+
[1m[36m (3.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1034
429
|
Connecting to database specified by database.yml
|
1035
430
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1036
431
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1037
|
-
[1m[36m (
|
1038
|
-
[1m[35m (
|
1039
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1040
|
-
[1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1041
|
-
SQLite3::SQLException: no such table: main.schema_migrations: CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1042
|
-
Connecting to database specified by database.yml
|
1043
|
-
Connecting to database specified by database.yml
|
1044
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1045
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1046
|
-
[1m[36m (131.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1047
|
-
[1m[35m (60.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
432
|
+
[1m[36m (39.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
433
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1048
434
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1049
|
-
[1m[35m (
|
435
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1050
436
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1051
|
-
[1m[35m (
|
1052
|
-
Connecting to database specified by database.yml
|
1053
|
-
Connecting to database specified by database.yml
|
1054
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1055
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1056
|
-
[1m[36m (0.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1057
|
-
[1m[35m (0.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1058
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1059
|
-
[1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1060
|
-
SQLite3::SQLException: no such table: main.schema_migrations: CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1061
|
-
Connecting to database specified by database.yml
|
437
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1062
438
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1063
|
-
|
1064
|
-
[1m[
|
1065
|
-
[1m[
|
1066
|
-
[1m[
|
1067
|
-
[1m[
|
1068
|
-
|
439
|
+
Migrating to CreateCities (20120606125058)
|
440
|
+
[1m[35m (0.0ms)[0m begin transaction
|
441
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
442
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
443
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
444
|
+
[1m[35m (4.3ms)[0m commit transaction
|
445
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
446
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
447
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:11:59 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:11:59 UTC +00:00]]
|
448
|
+
[1m[35m (2.8ms)[0m commit transaction
|
449
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
450
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
451
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:11:59 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:11:59 UTC +00:00]]
|
452
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1069
453
|
Connecting to database specified by database.yml
|
1070
454
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1071
455
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1072
|
-
[1m[36m (
|
1073
|
-
[1m[35m (
|
1074
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1075
|
-
[1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1076
|
-
SQLite3::SQLException: no such table: main.schema_migrations: CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1077
|
-
Connecting to database specified by database.yml
|
1078
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1079
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1080
|
-
[1m[36m (0.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1081
|
-
[1m[35m (0.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1082
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1083
|
-
[1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1084
|
-
SQLite3::SQLException: no such table: main.schema_migrations: CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1085
|
-
Connecting to database specified by database.yml
|
1086
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1087
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1088
|
-
[1m[36m (0.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1089
|
-
[1m[35m (0.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1090
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1091
|
-
[1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1092
|
-
SQLite3::SQLException: no such table: main.schema_migrations: CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1093
|
-
Connecting to database specified by database.yml
|
1094
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1095
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1096
|
-
[1m[36m (95.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1097
|
-
[1m[35m (64.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
456
|
+
[1m[36m (38.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
457
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1098
458
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1099
|
-
[1m[35m (
|
459
|
+
[1m[35m (4.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1100
460
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1101
|
-
[1m[35m (
|
461
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
462
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
463
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
464
|
+
[1m[36mSQL (3.3ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 21:12:04 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:12:04 UTC +00:00]]
|
465
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1102
466
|
Connecting to database specified by database.yml
|
1103
467
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1104
|
-
[1m[35m (0.
|
1105
|
-
[1m[36m (
|
1106
|
-
[1m[35m (
|
468
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
469
|
+
[1m[36m (37.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
470
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1107
471
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1108
|
-
[1m[35m (
|
1109
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1110
|
-
[1m[35m (59.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1111
|
-
Connecting to database specified by database.yml
|
1112
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1113
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1114
|
-
[1m[36m (59.3ms)[0m [1mDROP TABLE "people"[0m
|
1115
|
-
[1m[35m (57.1ms)[0m 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)
|
472
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1116
473
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1117
|
-
[1m[35m (
|
474
|
+
[1m[35m (5.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1118
475
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1119
|
-
Migrating to CreateCities (
|
476
|
+
Migrating to CreateCities (20120606125058)
|
1120
477
|
[1m[35m (0.0ms)[0m begin transaction
|
1121
|
-
[1m[36m (0.
|
1122
|
-
[1m[35m (0.
|
1123
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('
|
1124
|
-
[1m[35m (
|
478
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
479
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
480
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
481
|
+
[1m[35m (3.7ms)[0m commit transaction
|
1125
482
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1126
483
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1127
|
-
[1m[36mSQL (2.
|
1128
|
-
[1m[35m (
|
484
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:12:53 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:12:53 UTC +00:00]]
|
485
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1129
486
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1130
487
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1131
|
-
[1m[36mSQL (0.
|
1132
|
-
[1m[35m (
|
488
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:12:53 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:12:53 UTC +00:00]]
|
489
|
+
[1m[35m (3.6ms)[0m commit transaction
|
1133
490
|
Connecting to database specified by database.yml
|
1134
491
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1135
|
-
[1m[35m (0.
|
1136
|
-
[1m[36m (
|
1137
|
-
[1m[35m (
|
492
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
493
|
+
[1m[36m (43.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
494
|
+
[1m[35m (3.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
495
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
496
|
+
[1m[35m (4.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1138
497
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1139
|
-
[1m[35m (
|
498
|
+
[1m[35m (29.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1140
499
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1141
|
-
Migrating to CreateCities (
|
500
|
+
Migrating to CreateCities (20120606125058)
|
1142
501
|
[1m[35m (0.0ms)[0m begin transaction
|
1143
|
-
[1m[
|
1144
|
-
[1m[
|
1145
|
-
[1m[36m (
|
1146
|
-
[1m[35m (
|
1147
|
-
[1m[
|
1148
|
-
[1m[
|
1149
|
-
[1m[
|
502
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
503
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
504
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
505
|
+
[1m[35m (3.0ms)[0m commit transaction
|
506
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
507
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
508
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:13:17 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:13:17 UTC +00:00]]
|
509
|
+
[1m[35m (2.9ms)[0m commit transaction
|
510
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
511
|
+
[1m[35mCity Load (0.2ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
512
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:13:17 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:13:17 UTC +00:00]]
|
513
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1150
514
|
Connecting to database specified by database.yml
|
1151
515
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1152
516
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1153
|
-
[1m[36m (
|
1154
|
-
[1m[35m (
|
517
|
+
[1m[36m (42.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
518
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1155
519
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1156
|
-
[1m[35m (
|
1157
|
-
[1m[36m (0.0ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1158
|
-
[1m[35m (725.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1159
|
-
Connecting to database specified by database.yml
|
1160
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1161
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1162
|
-
[1m[36m (53.1ms)[0m [1mDROP TABLE "people"[0m
|
1163
|
-
[1m[35m (74.1ms)[0m 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)
|
520
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1164
521
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1165
|
-
[1m[35m (
|
522
|
+
[1m[35m (3.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1166
523
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1167
|
-
Migrating to CreateCities (
|
524
|
+
Migrating to CreateCities (20120606125058)
|
1168
525
|
[1m[35m (0.0ms)[0m begin transaction
|
1169
|
-
[1m[36m (0.
|
526
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1170
527
|
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1171
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('
|
1172
|
-
[1m[35m (
|
528
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
529
|
+
[1m[35m (3.3ms)[0m commit transaction
|
1173
530
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1174
531
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1175
|
-
[1m[36mSQL (
|
1176
|
-
[1m[35m (
|
532
|
+
[1m[36mSQL (3.1ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:13:46 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:13:46 UTC +00:00]]
|
533
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1177
534
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1178
535
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1179
|
-
[1m[36mSQL (0.
|
1180
|
-
[1m[35m (
|
536
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:13:46 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:13:46 UTC +00:00]]
|
537
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1181
538
|
Connecting to database specified by database.yml
|
1182
539
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1183
|
-
[1m[35m (0.
|
1184
|
-
[1m[36m (
|
1185
|
-
[1m[35m (
|
540
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
541
|
+
[1m[36m (38.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
542
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
543
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
544
|
+
[1m[35m (4.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1186
545
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1187
|
-
[1m[35m (
|
546
|
+
[1m[35m (3.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1188
547
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1189
|
-
Migrating to CreateCities (
|
548
|
+
Migrating to CreateCities (20120606125058)
|
1190
549
|
[1m[35m (0.0ms)[0m begin transaction
|
1191
|
-
[1m[
|
1192
|
-
[1m[
|
1193
|
-
[1m[36m (
|
1194
|
-
[1m[35m (
|
1195
|
-
[1m[
|
1196
|
-
[1m[
|
1197
|
-
[1m[
|
550
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
551
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
552
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
553
|
+
[1m[35m (3.2ms)[0m commit transaction
|
554
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
555
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
556
|
+
[1m[36mSQL (3.2ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:16:55 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:16:55 UTC +00:00]]
|
557
|
+
[1m[35m (2.8ms)[0m commit transaction
|
558
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
559
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
560
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:16:55 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:16:55 UTC +00:00]]
|
561
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1198
562
|
Connecting to database specified by database.yml
|
1199
563
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1200
|
-
[1m[35m (0.
|
1201
|
-
[1m[36m (
|
1202
|
-
[1m[35m (
|
564
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
565
|
+
[1m[36m (39.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
566
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
567
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
568
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1203
569
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1204
|
-
[1m[35m (
|
1205
|
-
[1m[36m (0.
|
1206
|
-
Migrating to CreateCities (
|
570
|
+
[1m[35m (4.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
571
|
+
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
572
|
+
Migrating to CreateCities (20120606125058)
|
1207
573
|
[1m[35m (0.0ms)[0m begin transaction
|
1208
|
-
[1m[
|
1209
|
-
[1m[
|
1210
|
-
[1m[36m (
|
1211
|
-
[1m[35m (
|
1212
|
-
[1m[
|
1213
|
-
[1m[
|
1214
|
-
[1m[
|
574
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
575
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
576
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
577
|
+
[1m[35m (5.0ms)[0m commit transaction
|
578
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
579
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
580
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:17:24 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:17:24 UTC +00:00]]
|
581
|
+
[1m[35m (2.9ms)[0m commit transaction
|
582
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
583
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
584
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:17:24 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:17:24 UTC +00:00]]
|
585
|
+
[1m[35m (3.6ms)[0m commit transaction
|
1215
586
|
Connecting to database specified by database.yml
|
1216
587
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1217
588
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1218
|
-
[1m[36m (
|
1219
|
-
[1m[35m (
|
589
|
+
[1m[36m (38.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
590
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1220
591
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1221
|
-
[1m[35m (
|
592
|
+
[1m[35m (4.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1222
593
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1223
|
-
[1m[35m (
|
1224
|
-
Connecting to database specified by database.yml
|
1225
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1226
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1227
|
-
[1m[36m (85.6ms)[0m [1mDROP TABLE "people"[0m
|
1228
|
-
[1m[35m (48.9ms)[0m 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)
|
1229
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1230
|
-
[1m[35m (0.2ms)[0m SELECT sql FROM sqlite_master
|
594
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1231
595
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1232
|
-
Migrating to CreateCities (
|
1233
|
-
[1m[35m (0.
|
1234
|
-
[1m[36m (0.
|
1235
|
-
[1m[35m (0.
|
1236
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('
|
1237
|
-
[1m[35m (
|
596
|
+
Migrating to CreateCities (20120606125058)
|
597
|
+
[1m[35m (0.0ms)[0m begin transaction
|
598
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
599
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
600
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
601
|
+
[1m[35m (3.0ms)[0m commit transaction
|
1238
602
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1239
603
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1240
|
-
[1m[36mSQL (2.
|
1241
|
-
[1m[35m (
|
604
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:17:48 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:17:48 UTC +00:00]]
|
605
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1242
606
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1243
|
-
[1m[35mCity Load (0.
|
1244
|
-
[1m[36mSQL (0.
|
1245
|
-
[1m[35m (
|
607
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
608
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:17:48 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:17:48 UTC +00:00]]
|
609
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1246
610
|
Connecting to database specified by database.yml
|
1247
611
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1248
|
-
[1m[35m (0.
|
1249
|
-
[1m[36m (
|
1250
|
-
[1m[35m (
|
612
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
613
|
+
[1m[36m (45.3ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
614
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
615
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
616
|
+
[1m[35m (4.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1251
617
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1252
|
-
[1m[35m (
|
618
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1253
619
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1254
|
-
Migrating to CreateCities (
|
1255
|
-
[1m[35m (0.
|
1256
|
-
[1m[
|
1257
|
-
[1m[
|
1258
|
-
[1m[36m (
|
1259
|
-
[1m[35m (
|
1260
|
-
[1m[
|
1261
|
-
[1m[
|
1262
|
-
[1m[
|
620
|
+
Migrating to CreateCities (20120606125058)
|
621
|
+
[1m[35m (0.0ms)[0m begin transaction
|
622
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
623
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
624
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
625
|
+
[1m[35m (3.0ms)[0m commit transaction
|
626
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
627
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
628
|
+
[1m[36mSQL (3.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:18:20 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:18:20 UTC +00:00]]
|
629
|
+
[1m[35m (2.9ms)[0m commit transaction
|
630
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
631
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
632
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:18:20 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:18:20 UTC +00:00]]
|
633
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1263
634
|
Connecting to database specified by database.yml
|
1264
635
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1265
636
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1266
|
-
[1m[36m (
|
1267
|
-
[1m[35m (
|
637
|
+
[1m[36m (44.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
638
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
639
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
640
|
+
[1m[35m (4.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1268
641
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1269
|
-
[1m[35m (
|
1270
|
-
[1m[36m (0.
|
1271
|
-
|
1272
|
-
|
642
|
+
[1m[35m (3.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
643
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
644
|
+
Migrating to CreateCities (20120606125058)
|
645
|
+
[1m[35m (0.0ms)[0m begin transaction
|
646
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
647
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
648
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
649
|
+
[1m[35m (3.0ms)[0m commit transaction
|
1273
650
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1274
651
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1275
|
-
[1m[36mSQL (2.
|
1276
|
-
[1m[35m (
|
652
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:21:03 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:21:03 UTC +00:00]]
|
653
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1277
654
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1278
655
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1279
|
-
[1m[36mSQL (0.
|
1280
|
-
[1m[35m (
|
656
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:21:03 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:21:03 UTC +00:00]]
|
657
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1281
658
|
Connecting to database specified by database.yml
|
1282
659
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1283
|
-
[1m[35m (0.
|
1284
|
-
[1m[36m (
|
1285
|
-
[1m[35m (
|
660
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
661
|
+
[1m[36m (41.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
662
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
663
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
664
|
+
[1m[35m (4.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1286
665
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1287
|
-
[1m[35m (
|
1288
|
-
[1m[36m (0.
|
1289
|
-
|
1290
|
-
|
1291
|
-
[1m[36m (0.
|
666
|
+
[1m[35m (3.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
667
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
668
|
+
Migrating to CreateCities (20120606125058)
|
669
|
+
[1m[35m (0.0ms)[0m begin transaction
|
670
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
671
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
672
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
673
|
+
[1m[35m (3.4ms)[0m commit transaction
|
674
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1292
675
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1293
|
-
[1m[36mSQL (2.
|
1294
|
-
[1m[35m (
|
676
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:21:18 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:21:18 UTC +00:00]]
|
677
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1295
678
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1296
679
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1297
|
-
[1m[36mSQL (0.
|
1298
|
-
[1m[35m (
|
680
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:21:18 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:21:18 UTC +00:00]]
|
681
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1299
682
|
Connecting to database specified by database.yml
|
1300
683
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1301
|
-
[1m[35m (0.
|
1302
|
-
[1m[36m (
|
1303
|
-
[1m[35m (
|
684
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
685
|
+
[1m[36m (37.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
686
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
687
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
688
|
+
[1m[35m (4.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1304
689
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1305
|
-
[1m[35m (
|
1306
|
-
[1m[36m (0.2ms)[0m [1mSELECT
|
1307
|
-
|
1308
|
-
|
690
|
+
[1m[35m (3.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
691
|
+
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
692
|
+
Migrating to CreateCities (20120606125058)
|
693
|
+
[1m[35m (0.1ms)[0m begin transaction
|
694
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
695
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
696
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
697
|
+
[1m[35m (3.0ms)[0m commit transaction
|
1309
698
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1310
699
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1311
|
-
[1m[36mSQL (
|
1312
|
-
[1m[35m (
|
700
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:21:42 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:21:42 UTC +00:00]]
|
701
|
+
[1m[35m (4.4ms)[0m commit transaction
|
1313
702
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1314
703
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1315
|
-
[1m[36mSQL (0.
|
1316
|
-
[1m[35m (
|
704
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:21:42 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:21:42 UTC +00:00]]
|
705
|
+
[1m[35m (2.9ms)[0m commit transaction
|
706
|
+
Connecting to database specified by database.yml
|
1317
707
|
Connecting to database specified by database.yml
|
1318
708
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1319
|
-
|
1320
|
-
[1m[
|
1321
|
-
[1m[
|
1322
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1323
|
-
[1m[35m (0.2ms)[0m select * from schema_migrations
|
1324
|
-
[1m[36m (0.2ms)[0m [1mSELECT sql FROM sqlite_master[0m
|
709
|
+
Migrating to CreatePeople (20120606125104)
|
710
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
711
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
1325
712
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1326
|
-
|
713
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
714
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
715
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
716
|
+
[1m[35m (31.8ms)[0m 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)
|
717
|
+
[1m[36m (3.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
718
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
719
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
720
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
721
|
+
[1m[36m (4.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
722
|
+
Connecting to database specified by database.yml
|
723
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
724
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
725
|
+
[1m[36m (41.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
726
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
727
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
728
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
729
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
730
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
731
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
732
|
+
Migrating to CreateCities (20120606125058)
|
733
|
+
[1m[35m (0.0ms)[0m begin transaction
|
734
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
735
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
736
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
737
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1327
738
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1328
739
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1329
|
-
[1m[36mSQL (2.
|
1330
|
-
[1m[35m (
|
740
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:22:31 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:22:31 UTC +00:00]]
|
741
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1331
742
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1332
743
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1333
|
-
[1m[36mSQL (0.
|
1334
|
-
[1m[35m (
|
744
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:22:31 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:22:31 UTC +00:00]]
|
745
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1335
746
|
Connecting to database specified by database.yml
|
1336
747
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1337
|
-
[1m[35m (0.
|
1338
|
-
[1m[36m (
|
1339
|
-
[1m[35m (
|
748
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
749
|
+
[1m[36m (41.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
750
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
751
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
752
|
+
[1m[35m (4.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1340
753
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1341
|
-
[1m[35m (
|
1342
|
-
[1m[36m (0.2ms)[0m [1mSELECT sql FROM sqlite_master[0m
|
1343
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1344
|
-
Migrating to CreateCities (20120606125258)
|
754
|
+
[1m[35m (3.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1345
755
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1346
756
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1347
|
-
[1m[36mSQL (
|
1348
|
-
[1m[35m (
|
1349
|
-
|
1350
|
-
|
1351
|
-
[1m[
|
1352
|
-
|
757
|
+
[1m[36mSQL (3.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 21:22:36 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:22:36 UTC +00:00]]
|
758
|
+
[1m[35m (2.5ms)[0m commit transaction
|
759
|
+
Connecting to database specified by database.yml
|
760
|
+
Connecting to database specified by database.yml
|
761
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
762
|
+
Migrating to CreatePeople (20120606125104)
|
763
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
764
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
765
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
766
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
767
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
768
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
769
|
+
[1m[35m (36.5ms)[0m 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)
|
770
|
+
[1m[36m (3.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
771
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
772
|
+
[1m[36m (4.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
773
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
774
|
+
[1m[36m (4.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1353
775
|
Connecting to database specified by database.yml
|
1354
776
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1355
777
|
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1356
|
-
[1m[36m (
|
1357
|
-
[1m[35m (
|
778
|
+
[1m[36m (37.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
779
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
780
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
781
|
+
[1m[35m (4.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1358
782
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1359
|
-
[1m[35m (
|
783
|
+
[1m[35m (4.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1360
784
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1361
|
-
Migrating to CreateCities (
|
1362
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1363
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
1364
|
-
[1m[35mSQL (2.2ms)[0m INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Thu, 07 Jun 2012 07:11:07 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 07 Jun 2012 07:11:07 UTC +00:00]]
|
1365
|
-
[1m[36m (58.6ms)[0m [1mcommit transaction[0m
|
785
|
+
Migrating to CreateCities (20120606125058)
|
1366
786
|
[1m[35m (0.0ms)[0m begin transaction
|
1367
|
-
[1m[
|
1368
|
-
[1m[
|
1369
|
-
[1m[36m (
|
787
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
788
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
789
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
790
|
+
[1m[35m (3.2ms)[0m commit transaction
|
791
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
792
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
793
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Tue, 13 Nov 2012 21:38:12 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:38:12 UTC +00:00]]
|
794
|
+
[1m[35m (2.9ms)[0m commit transaction
|
795
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
796
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
797
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Tue, 13 Nov 2012 21:38:12 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 13 Nov 2012 21:38:12 UTC +00:00]]
|
798
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1370
799
|
Connecting to database specified by database.yml
|
1371
800
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1372
|
-
[1m[35m (0.
|
1373
|
-
[1m[36m (
|
1374
|
-
[1m[35m (
|
801
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
802
|
+
[1m[36m (42.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
803
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
804
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
805
|
+
[1m[35m (4.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1375
806
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1376
|
-
[1m[35m (
|
807
|
+
[1m[35m (3.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
808
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
809
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
810
|
+
[1m[36mSQL (3.7ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Tue, 13 Nov 2012 21:38:17 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 13 Nov 2012 21:38:17 UTC +00:00]]
|
811
|
+
[1m[35m (6.6ms)[0m commit transaction
|
812
|
+
Connecting to database specified by database.yml
|
1377
813
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1378
|
-
|
1379
|
-
[1m[
|
1380
|
-
[1m[
|
1381
|
-
[1m[
|
1382
|
-
[1m[
|
1383
|
-
[1m[
|
1384
|
-
[1m[
|
1385
|
-
|
1386
|
-
[1m[36m (48.1ms)[0m [1mcommit transaction[0m
|
814
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
815
|
+
[1m[36m (3.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
816
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
817
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
818
|
+
[1m[35m (4.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
819
|
+
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
820
|
+
[1m[35m (3.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
821
|
+
Connecting to database specified by database.yml
|
1387
822
|
Connecting to database specified by database.yml
|
1388
823
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1389
|
-
|
1390
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
1391
|
-
[1m[35m (70.9ms)[0m DROP TABLE "people"
|
1392
|
-
[1m[36m (57.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1393
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1394
|
-
[1m[36m (0.1ms)[0m [1mselect * from schema_migrations[0m
|
824
|
+
Migrating to CreatePeople (20120606125104)
|
1395
825
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1396
|
-
|
1397
|
-
[1m[
|
1398
|
-
[1m[
|
1399
|
-
[1m[
|
1400
|
-
[1m[
|
826
|
+
[1m[36m (0.3ms)[0m [1mselect sqlite_version(*)[0m
|
827
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
828
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
829
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
830
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
831
|
+
[1m[35m (3.1ms)[0m 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)
|
832
|
+
[1m[36m (3.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
833
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
834
|
+
[1m[36m (6.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
835
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
836
|
+
[1m[36m (3.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
837
|
+
Connecting to database specified by database.yml
|
838
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
839
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
840
|
+
[1m[36m (39.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
841
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
842
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
843
|
+
[1m[35m (4.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
844
|
+
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
845
|
+
[1m[35m (3.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
846
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
847
|
+
Migrating to CreateCities (20120606125058)
|
848
|
+
[1m[35m (0.0ms)[0m begin transaction
|
849
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
850
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
851
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
852
|
+
[1m[35m (4.5ms)[0m commit transaction
|
853
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
854
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
855
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:20:56 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:20:56 UTC +00:00]]
|
856
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1401
857
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1402
858
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1403
|
-
[1m[36mSQL (0.
|
1404
|
-
[1m[35m (
|
859
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:20:56 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:20:56 UTC +00:00]]
|
860
|
+
[1m[35m (2.9ms)[0m commit transaction
|
861
|
+
Connecting to database specified by database.yml
|
1405
862
|
Connecting to database specified by database.yml
|
1406
863
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1407
|
-
|
1408
|
-
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
1409
|
-
[1m[35m (68.2ms)[0m DROP TABLE "people"
|
1410
|
-
[1m[36m (66.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1411
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1412
|
-
[1m[36m (0.2ms)[0m [1mselect * from schema_migrations[0m
|
864
|
+
Migrating to CreatePeople (20120606125104)
|
1413
865
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1414
|
-
|
1415
|
-
[1m[
|
1416
|
-
[1m[
|
1417
|
-
[1m[
|
1418
|
-
[1m[
|
866
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
867
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
868
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
869
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
870
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
871
|
+
[1m[35m (25.5ms)[0m 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)
|
872
|
+
[1m[36m (3.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
873
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
874
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
875
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
876
|
+
[1m[36m (3.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
877
|
+
Connecting to database specified by database.yml
|
878
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
879
|
+
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
880
|
+
[1m[36m (37.2ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
881
|
+
[1m[35m (2.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
882
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
883
|
+
[1m[35m (3.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
884
|
+
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
885
|
+
[1m[35m (9.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
886
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
887
|
+
Migrating to CreateCities (20120606125058)
|
888
|
+
[1m[35m (0.1ms)[0m begin transaction
|
889
|
+
[1m[36m (0.5ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
890
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
891
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
892
|
+
[1m[35m (3.7ms)[0m commit transaction
|
893
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
894
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
895
|
+
[1m[36mSQL (6.5ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:21:38 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:21:38 UTC +00:00]]
|
896
|
+
[1m[35m (3.8ms)[0m commit transaction
|
1419
897
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1420
898
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1421
|
-
[1m[36mSQL (0.
|
1422
|
-
[1m[35m (
|
899
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:21:39 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:21:39 UTC +00:00]]
|
900
|
+
[1m[35m (2.8ms)[0m commit transaction
|
901
|
+
Connecting to database specified by database.yml
|
1423
902
|
Connecting to database specified by database.yml
|
1424
903
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1425
|
-
|
1426
|
-
|
904
|
+
Migrating to CreatePeople (20120606125104)
|
905
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
906
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
907
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
908
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
909
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
910
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
911
|
+
[1m[35m (29.7ms)[0m 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)
|
912
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
913
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
914
|
+
[1m[36m (4.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
915
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
916
|
+
[1m[36m (3.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1427
917
|
Connecting to database specified by database.yml
|
1428
918
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1429
|
-
[1m[35m (0.
|
1430
|
-
[1m[36m (
|
1431
|
-
[1m[35m (
|
919
|
+
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
920
|
+
[1m[36m (38.2ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
921
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1432
922
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1433
|
-
[1m[35m (
|
923
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1434
924
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1435
|
-
[1m[35m (
|
1436
|
-
[1m[36m (0.
|
1437
|
-
|
1438
|
-
Migrating to CreateCities (20120606125258)
|
1439
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1440
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
1441
|
-
[1m[36m (0.3ms)[0m [1mALTER TABLE "people" ADD "city_id" integer[0m
|
1442
|
-
[1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120606125258')
|
1443
|
-
[1m[36m (59.1ms)[0m [1mcommit transaction[0m
|
1444
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1445
|
-
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1[0m
|
1446
|
-
[1m[35mSQL (2.3ms)[0m INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Thu, 07 Jun 2012 07:26:02 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 07 Jun 2012 07:26:02 UTC +00:00]]
|
1447
|
-
[1m[36m (61.6ms)[0m [1mcommit transaction[0m
|
925
|
+
[1m[35m (3.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
926
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
927
|
+
Migrating to CreateCities (20120606125058)
|
1448
928
|
[1m[35m (0.1ms)[0m begin transaction
|
1449
|
-
[1m[
|
1450
|
-
[1m[
|
1451
|
-
[1m[36m (
|
929
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
930
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
931
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
932
|
+
[1m[35m (3.0ms)[0m commit transaction
|
933
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
934
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
935
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:22:41 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:22:41 UTC +00:00]]
|
936
|
+
[1m[35m (2.8ms)[0m commit transaction
|
937
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
938
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
939
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:22:41 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:22:41 UTC +00:00]]
|
940
|
+
[1m[35m (2.7ms)[0m commit transaction
|
941
|
+
Connecting to database specified by database.yml
|
1452
942
|
Connecting to database specified by database.yml
|
1453
943
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1454
|
-
|
1455
|
-
[1m[36m (143.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1456
|
-
[1m[35m (52.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1457
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1458
|
-
[1m[35m (78.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1459
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1460
|
-
[1m[35m (59.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1461
|
-
[1m[36m (0.2ms)[0m [1mselect * from schema_migrations[0m
|
944
|
+
Migrating to CreatePeople (20120606125104)
|
1462
945
|
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1463
|
-
|
1464
|
-
[1m[
|
1465
|
-
[1m[
|
1466
|
-
[1m[
|
1467
|
-
[1m[
|
1468
|
-
[1m[
|
1469
|
-
[1m[
|
1470
|
-
[1m[
|
1471
|
-
[1m[
|
1472
|
-
[1m[
|
1473
|
-
[1m[
|
1474
|
-
[1m[36mCity Load (0.0ms)[0m [1mSELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1[0m
|
1475
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 07 Jun 2012 07:26:08 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 07 Jun 2012 07:26:08 UTC +00:00]]
|
1476
|
-
[1m[36m (37.9ms)[0m [1mcommit transaction[0m
|
946
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
947
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
948
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
949
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
950
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
951
|
+
[1m[35m (29.4ms)[0m 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)
|
952
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
953
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
954
|
+
[1m[36m (4.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
955
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
956
|
+
[1m[36m (3.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1477
957
|
Connecting to database specified by database.yml
|
1478
958
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1479
|
-
[1m[35m (0.
|
1480
|
-
[1m[36m (
|
1481
|
-
[1m[35m (
|
959
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
960
|
+
[1m[36m (45.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
961
|
+
[1m[35m (35.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1482
962
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1483
|
-
[1m[35m (
|
963
|
+
[1m[35m (4.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1484
964
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1485
|
-
[1m[35m (
|
965
|
+
[1m[35m (4.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1486
966
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1487
|
-
Migrating to CreateCities (
|
1488
|
-
[1m[35m (0.
|
967
|
+
Migrating to CreateCities (20120606125058)
|
968
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1489
969
|
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1490
|
-
[1m[35m (0.
|
1491
|
-
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('
|
1492
|
-
[1m[35m (
|
1493
|
-
[1m[36m (0.
|
970
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
971
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
972
|
+
[1m[35m (2.5ms)[0m commit transaction
|
973
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1494
974
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1495
|
-
[1m[36mSQL (
|
1496
|
-
[1m[35m (
|
975
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:23:44 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:23:44 UTC +00:00]]
|
976
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1497
977
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1498
978
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1499
|
-
[1m[36mSQL (0.
|
1500
|
-
[1m[35m (
|
979
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:23:44 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:23:44 UTC +00:00]]
|
980
|
+
[1m[35m (2.8ms)[0m commit transaction
|
981
|
+
Connecting to database specified by database.yml
|
982
|
+
Connecting to database specified by database.yml
|
983
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
984
|
+
Migrating to CreatePeople (20120606125104)
|
985
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
986
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
987
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
988
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
989
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
990
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
991
|
+
[1m[35m (24.5ms)[0m 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)
|
992
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
993
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
994
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
995
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
996
|
+
[1m[36m (3.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1501
997
|
Connecting to database specified by database.yml
|
1502
998
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1503
|
-
[1m[35m (0.
|
1504
|
-
[1m[36m (
|
1505
|
-
[1m[35m (
|
1506
|
-
[1m[36m (0.
|
1507
|
-
[1m[35m (
|
999
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1000
|
+
[1m[36m (40.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1001
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1002
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1003
|
+
[1m[35m (5.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1508
1004
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1509
|
-
[1m[35m (
|
1005
|
+
[1m[35m (3.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1510
1006
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1511
|
-
Migrating to CreateCities (
|
1007
|
+
Migrating to CreateCities (20120606125058)
|
1512
1008
|
[1m[35m (0.1ms)[0m begin transaction
|
1513
1009
|
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1514
|
-
[1m[35m (0.
|
1515
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('
|
1516
|
-
[1m[35m (
|
1010
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1011
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1012
|
+
[1m[35m (3.3ms)[0m commit transaction
|
1517
1013
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1518
1014
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1519
|
-
[1m[36mSQL (
|
1520
|
-
[1m[35m (
|
1015
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:26:46 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:26:46 UTC +00:00]]
|
1016
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1521
1017
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1522
1018
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1523
|
-
[1m[36mSQL (0.
|
1524
|
-
[1m[35m (
|
1019
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:26:46 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:26:46 UTC +00:00]]
|
1020
|
+
[1m[35m (2.7ms)[0m commit transaction
|
1021
|
+
Connecting to database specified by database.yml
|
1525
1022
|
Connecting to database specified by database.yml
|
1526
1023
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1527
|
-
|
1528
|
-
[1m[
|
1529
|
-
[1m[
|
1024
|
+
Migrating to CreatePeople (20120606125104)
|
1025
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1026
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1027
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1028
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1029
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1030
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1031
|
+
[1m[35m (24.5ms)[0m 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)
|
1032
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1033
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1034
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1035
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1036
|
+
[1m[36m (3.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1037
|
+
Connecting to database specified by database.yml
|
1038
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1039
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1040
|
+
[1m[36m (7.6ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1041
|
+
[1m[35m (5.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1530
1042
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1531
|
-
[1m[35m (
|
1043
|
+
[1m[35m (6.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1532
1044
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1533
|
-
[1m[35m (
|
1045
|
+
[1m[35m (3.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1534
1046
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1535
|
-
Migrating to CreateCities (
|
1536
|
-
[1m[35m (0.
|
1537
|
-
[1m[36m (0.
|
1047
|
+
Migrating to CreateCities (20120606125058)
|
1048
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1049
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1538
1050
|
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1539
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('
|
1540
|
-
[1m[35m (
|
1051
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1052
|
+
[1m[35m (3.0ms)[0m commit transaction
|
1541
1053
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1542
1054
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1543
|
-
[1m[36mSQL (
|
1544
|
-
[1m[35m (
|
1545
|
-
[1m[36m (0.
|
1546
|
-
[1m[35mCity Load (0.
|
1547
|
-
[1m[36mSQL (0.
|
1548
|
-
[1m[35m (
|
1055
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:27:51 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:27:51 UTC +00:00]]
|
1056
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1057
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1058
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1059
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:27:51 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:27:51 UTC +00:00]]
|
1060
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1061
|
+
Connecting to database specified by database.yml
|
1549
1062
|
Connecting to database specified by database.yml
|
1550
1063
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1551
|
-
|
1552
|
-
[1m[
|
1553
|
-
[1m[
|
1064
|
+
Migrating to CreatePeople (20120606125104)
|
1065
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1066
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1067
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1068
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1069
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1070
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1071
|
+
[1m[35m (26.5ms)[0m 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)
|
1072
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1073
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1074
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1075
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1076
|
+
[1m[36m (5.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1077
|
+
Connecting to database specified by database.yml
|
1078
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1079
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1080
|
+
[1m[36m (44.2ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1081
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1554
1082
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1555
|
-
[1m[35m (
|
1083
|
+
[1m[35m (4.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1556
1084
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1557
|
-
[1m[35m (
|
1085
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1558
1086
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1559
|
-
Migrating to CreateCities (
|
1087
|
+
Migrating to CreateCities (20120606125058)
|
1560
1088
|
[1m[35m (0.1ms)[0m begin transaction
|
1561
|
-
[1m[36m (0.
|
1562
|
-
[1m[35m (0.
|
1563
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('
|
1564
|
-
[1m[35m (
|
1089
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1090
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1091
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1092
|
+
[1m[35m (3.0ms)[0m commit transaction
|
1565
1093
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1566
1094
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1567
|
-
[1m[36mSQL (
|
1568
|
-
[1m[35m (
|
1569
|
-
[1m[36m (0.
|
1095
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:29:29 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:29:29 UTC +00:00]]
|
1096
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1097
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1570
1098
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1571
|
-
[1m[36mSQL (0.
|
1572
|
-
[1m[35m (
|
1099
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:29:29 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:29:29 UTC +00:00]]
|
1100
|
+
[1m[35m (3.0ms)[0m commit transaction
|
1101
|
+
Connecting to database specified by database.yml
|
1573
1102
|
Connecting to database specified by database.yml
|
1574
1103
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1575
|
-
|
1576
|
-
[1m[
|
1577
|
-
[1m[
|
1578
|
-
[1m[
|
1579
|
-
[1m[
|
1580
|
-
[1m[
|
1581
|
-
[1m[
|
1104
|
+
Migrating to CreatePeople (20120606125104)
|
1105
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1106
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1107
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1108
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1109
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1110
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1111
|
+
[1m[35m (26.5ms)[0m 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)
|
1112
|
+
[1m[36m (3.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1113
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1114
|
+
[1m[36m (4.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1115
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1116
|
+
[1m[36m (3.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1582
1117
|
Connecting to database specified by database.yml
|
1583
1118
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1584
|
-
[1m[35m (0.
|
1585
|
-
[1m[36m (
|
1586
|
-
[1m[35m (
|
1119
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1120
|
+
[1m[36m (41.3ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1121
|
+
[1m[35m (3.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1587
1122
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1588
|
-
[1m[35m (
|
1123
|
+
[1m[35m (4.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1589
1124
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1590
|
-
[1m[35m (
|
1125
|
+
[1m[35m (4.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1591
1126
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1592
|
-
Migrating to CreateCities (
|
1127
|
+
Migrating to CreateCities (20120606125058)
|
1593
1128
|
[1m[35m (0.1ms)[0m begin transaction
|
1594
|
-
[1m[36m (0.
|
1595
|
-
[1m[35m (0.
|
1596
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('
|
1597
|
-
[1m[35m (
|
1129
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1130
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1131
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1132
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1598
1133
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1599
|
-
[1m[35mPerson Load (0.
|
1600
|
-
[1m[36mSQL (
|
1601
|
-
[1m[35m (
|
1134
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1135
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:30:51 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:30:51 UTC +00:00]]
|
1136
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1602
1137
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1603
1138
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1604
|
-
[1m[36mSQL (0.
|
1605
|
-
[1m[35m (
|
1606
|
-
Connecting to database specified by database.yml
|
1607
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1608
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1609
|
-
[1m[36m (141.2ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1610
|
-
[1m[35m (54.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1611
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1612
|
-
[1m[35m (77.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1613
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1614
|
-
[1m[35m (52.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1139
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:30:51 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:30:51 UTC +00:00]]
|
1140
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1615
1141
|
Connecting to database specified by database.yml
|
1616
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1617
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1618
|
-
[1m[36m (115.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1619
|
-
[1m[35m (46.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1620
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1621
|
-
[1m[35m (76.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1622
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1623
|
-
[1m[35m (53.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1624
1142
|
Connecting to database specified by database.yml
|
1625
1143
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1626
|
-
|
1627
|
-
[1m[
|
1628
|
-
[1m[
|
1629
|
-
[1m[
|
1630
|
-
[1m[
|
1631
|
-
[1m[
|
1632
|
-
[1m[
|
1144
|
+
Migrating to CreatePeople (20120606125104)
|
1145
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1146
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1147
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1148
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1149
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1150
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1151
|
+
[1m[35m (25.8ms)[0m 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)
|
1152
|
+
[1m[36m (3.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1153
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("schema_migrations")
|
1154
|
+
[1m[36m (4.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1155
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1156
|
+
[1m[36m (3.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1633
1157
|
Connecting to database specified by database.yml
|
1634
1158
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1635
|
-
[1m[35m (0.
|
1636
|
-
[1m[36m (
|
1637
|
-
[1m[35m (
|
1159
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1160
|
+
[1m[36m (43.7ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1161
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1638
1162
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1639
|
-
[1m[35m (
|
1163
|
+
[1m[35m (5.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1640
1164
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1641
|
-
[1m[35m (
|
1165
|
+
[1m[35m (3.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1642
1166
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1643
|
-
Migrating to CreateCities (
|
1167
|
+
Migrating to CreateCities (20120606125058)
|
1644
1168
|
[1m[35m (0.1ms)[0m begin transaction
|
1645
1169
|
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1646
|
-
[1m[35m (0.
|
1647
|
-
[1m[36m (0.
|
1648
|
-
[1m[35m (
|
1170
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1171
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1172
|
+
[1m[35m (3.3ms)[0m commit transaction
|
1649
1173
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1650
1174
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1651
|
-
[1m[36mSQL (
|
1652
|
-
[1m[35m (
|
1175
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:32:12 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:32:12 UTC +00:00]]
|
1176
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1653
1177
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1654
1178
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1655
|
-
[1m[36mSQL (0.
|
1656
|
-
[1m[35m (
|
1179
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:32:12 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:32:12 UTC +00:00]]
|
1180
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1657
1181
|
Connecting to database specified by database.yml
|
1658
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1659
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1660
|
-
[1m[36m (119.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1661
|
-
[1m[35m (58.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1662
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1663
|
-
[1m[35m (72.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1664
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1665
|
-
[1m[35m (57.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1666
|
-
Connecting to database specified by database.yml
|
1667
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1668
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1669
|
-
[1m[36m (87.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1670
|
-
[1m[35m (38.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1671
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1672
|
-
[1m[35m (68.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1673
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1674
|
-
[1m[35m (45.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1675
1182
|
Connecting to database specified by database.yml
|
1676
1183
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1677
|
-
|
1678
|
-
[1m[
|
1679
|
-
[1m[
|
1680
|
-
[1m[
|
1681
|
-
[1m[
|
1682
|
-
[1m[
|
1683
|
-
[1m[
|
1184
|
+
Migrating to CreatePeople (20120606125104)
|
1185
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1186
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1187
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1188
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1189
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1190
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1191
|
+
[1m[35m (26.9ms)[0m 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)
|
1192
|
+
[1m[36m (3.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1193
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1194
|
+
[1m[36m (4.5ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1195
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1196
|
+
[1m[36m (3.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1684
1197
|
Connecting to database specified by database.yml
|
1685
1198
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1686
|
-
[1m[35m (0.
|
1687
|
-
[1m[36m (
|
1688
|
-
[1m[35m (
|
1199
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1200
|
+
[1m[36m (44.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1201
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1689
1202
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1690
|
-
[1m[35m (
|
1203
|
+
[1m[35m (4.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1691
1204
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1692
|
-
[1m[35m (
|
1205
|
+
[1m[35m (3.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1693
1206
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1694
|
-
Migrating to CreateCities (
|
1207
|
+
Migrating to CreateCities (20120606125058)
|
1695
1208
|
[1m[35m (0.1ms)[0m begin transaction
|
1696
1209
|
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1697
|
-
[1m[35m (0.
|
1698
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('
|
1699
|
-
[1m[35m (
|
1210
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1211
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1212
|
+
[1m[35m (3.3ms)[0m commit transaction
|
1700
1213
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1701
1214
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1702
|
-
[1m[36mSQL (
|
1703
|
-
[1m[35m (
|
1215
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:33:02 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:33:02 UTC +00:00]]
|
1216
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1704
1217
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1705
1218
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1706
|
-
[1m[36mSQL (0.
|
1707
|
-
[1m[35m (
|
1219
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:33:02 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:33:02 UTC +00:00]]
|
1220
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1221
|
+
Connecting to database specified by database.yml
|
1708
1222
|
Connecting to database specified by database.yml
|
1709
1223
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1710
|
-
|
1711
|
-
[1m[
|
1712
|
-
[1m[
|
1224
|
+
Migrating to CreatePeople (20120606125104)
|
1225
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1226
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1227
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1228
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1229
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1230
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1231
|
+
[1m[35m (23.8ms)[0m 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)
|
1232
|
+
[1m[36m (3.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1233
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1234
|
+
[1m[36m (4.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1235
|
+
[1m[35m (0.3ms)[0m SELECT version FROM "schema_migrations"
|
1236
|
+
[1m[36m (4.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1237
|
+
Connecting to database specified by database.yml
|
1238
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1239
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1240
|
+
[1m[36m (41.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1241
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1713
1242
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1714
|
-
[1m[35m (
|
1243
|
+
[1m[35m (4.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1715
1244
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1716
|
-
[1m[35m (
|
1245
|
+
[1m[35m (3.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1717
1246
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1718
|
-
Migrating to CreateCities (
|
1247
|
+
Migrating to CreateCities (20120606125058)
|
1719
1248
|
[1m[35m (0.1ms)[0m begin transaction
|
1720
1249
|
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1721
|
-
[1m[35m (0.
|
1722
|
-
[1m[36m (0.
|
1723
|
-
[1m[35m (
|
1724
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1725
|
-
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1726
|
-
[1m[36mSQL (2.3ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Thu, 07 Jun 2012 07:45:30 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 07 Jun 2012 07:45:30 UTC +00:00]]
|
1727
|
-
[1m[35m (50.2ms)[0m commit transaction
|
1250
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1251
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1252
|
+
[1m[35m (3.2ms)[0m commit transaction
|
1728
1253
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1254
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1255
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:37:34 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:37:34 UTC +00:00]]
|
1256
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1257
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1729
1258
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1730
|
-
[1m[36mSQL (0.
|
1731
|
-
[1m[35m (
|
1732
|
-
Connecting to database specified by database.yml
|
1733
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1734
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1735
|
-
[1m[36m (135.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1736
|
-
[1m[35m (56.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1737
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1738
|
-
[1m[35m (57.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1739
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1740
|
-
[1m[35m (39.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1259
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:37:34 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:37:34 UTC +00:00]]
|
1260
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1741
1261
|
Connecting to database specified by database.yml
|
1742
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1743
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1744
|
-
[1m[36m (131.2ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1745
|
-
[1m[35m (61.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1746
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1747
|
-
[1m[35m (78.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1748
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1749
|
-
[1m[35m (59.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1750
|
-
Connecting to database specified by database.yml
|
1751
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1752
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1753
|
-
[1m[36m (123.7ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1754
|
-
[1m[35m (45.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1755
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1756
|
-
[1m[35m (69.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1757
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1758
|
-
[1m[35m (60.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1759
1262
|
Connecting to database specified by database.yml
|
1760
1263
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1761
|
-
|
1762
|
-
[1m[
|
1763
|
-
[1m[
|
1764
|
-
[1m[
|
1765
|
-
[1m[
|
1766
|
-
[1m[
|
1767
|
-
[1m[
|
1264
|
+
Migrating to CreatePeople (20120606125104)
|
1265
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1266
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1267
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1268
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1269
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1270
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1271
|
+
[1m[35m (24.5ms)[0m 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)
|
1272
|
+
[1m[36m (3.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1273
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1274
|
+
[1m[36m (4.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1275
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1276
|
+
[1m[36m (3.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1768
1277
|
Connecting to database specified by database.yml
|
1769
1278
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1770
|
-
[1m[35m (0.
|
1771
|
-
[1m[36m (
|
1772
|
-
[1m[35m (
|
1279
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1280
|
+
[1m[36m (38.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1281
|
+
[1m[35m (3.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1773
1282
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1774
|
-
[1m[35m (
|
1283
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1775
1284
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1776
|
-
[1m[35m (
|
1285
|
+
[1m[35m (3.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1777
1286
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1778
|
-
Migrating to CreateCities (
|
1779
|
-
[1m[35m (0.
|
1287
|
+
Migrating to CreateCities (20120606125058)
|
1288
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1780
1289
|
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1781
|
-
[1m[35m (0.
|
1782
|
-
[1m[36m (0.
|
1783
|
-
[1m[35m (
|
1290
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1291
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1292
|
+
[1m[35m (3.2ms)[0m commit transaction
|
1784
1293
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1785
|
-
[1m[35mPerson Load (0.
|
1786
|
-
[1m[36mSQL (
|
1787
|
-
[1m[35m (
|
1294
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1295
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:45:30 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:45:30 UTC +00:00]]
|
1296
|
+
[1m[35m (2.7ms)[0m commit transaction
|
1788
1297
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1789
1298
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1790
|
-
[1m[36mSQL (0.
|
1791
|
-
[1m[35m (
|
1299
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:45:30 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:45:30 UTC +00:00]]
|
1300
|
+
[1m[35m (2.7ms)[0m commit transaction
|
1792
1301
|
Connecting to database specified by database.yml
|
1793
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1794
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1795
|
-
[1m[36m (118.3ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1796
|
-
[1m[35m (53.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1797
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1798
|
-
[1m[35m (69.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1799
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1800
|
-
[1m[35m (44.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1801
1302
|
Connecting to database specified by database.yml
|
1802
1303
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1803
|
-
|
1804
|
-
[1m[
|
1805
|
-
[1m[
|
1806
|
-
[1m[
|
1807
|
-
[1m[
|
1808
|
-
[1m[
|
1809
|
-
[1m[
|
1304
|
+
Migrating to CreatePeople (20120606125104)
|
1305
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1306
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1307
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1308
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1309
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1310
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1311
|
+
[1m[35m (27.6ms)[0m 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)
|
1312
|
+
[1m[36m (3.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1313
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1314
|
+
[1m[36m (4.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1315
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1316
|
+
[1m[36m (3.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1810
1317
|
Connecting to database specified by database.yml
|
1811
1318
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1812
|
-
[1m[35m (0.
|
1813
|
-
[1m[36m (
|
1814
|
-
[1m[35m (
|
1319
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1320
|
+
[1m[36m (38.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1321
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1815
1322
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1816
|
-
[1m[35m (
|
1323
|
+
[1m[35m (4.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1817
1324
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1818
|
-
[1m[35m (
|
1819
|
-
Connecting to database specified by database.yml
|
1325
|
+
[1m[35m (3.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1820
1326
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1821
|
-
|
1822
|
-
[1m[
|
1823
|
-
[1m[
|
1824
|
-
[1m[
|
1825
|
-
[1m[
|
1826
|
-
[1m[
|
1827
|
-
[1m[
|
1327
|
+
Migrating to CreateCities (20120606125058)
|
1328
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1329
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1330
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1331
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1332
|
+
[1m[35m (3.1ms)[0m commit transaction
|
1333
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1334
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1335
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:46:18 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:46:18 UTC +00:00]]
|
1336
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1337
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1338
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1339
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:46:18 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:46:18 UTC +00:00]]
|
1340
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1341
|
+
Connecting to database specified by database.yml
|
1828
1342
|
Connecting to database specified by database.yml
|
1829
1343
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1830
|
-
|
1831
|
-
[1m[
|
1832
|
-
[1m[
|
1833
|
-
[1m[
|
1834
|
-
[1m[
|
1835
|
-
[1m[
|
1836
|
-
[1m[
|
1344
|
+
Migrating to CreatePeople (20120606125104)
|
1345
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1346
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1347
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1348
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1349
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1350
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1351
|
+
[1m[35m (29.1ms)[0m 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)
|
1352
|
+
[1m[36m (3.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1353
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1354
|
+
[1m[36m (4.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1355
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1356
|
+
[1m[36m (3.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1837
1357
|
Connecting to database specified by database.yml
|
1838
1358
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1839
|
-
[1m[35m (0.
|
1840
|
-
[1m[36m (
|
1841
|
-
[1m[35m (
|
1359
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1360
|
+
[1m[36m (40.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1361
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1842
1362
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1843
|
-
[1m[35m (
|
1363
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1844
1364
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1845
|
-
[1m[35m (
|
1846
|
-
Connecting to database specified by database.yml
|
1847
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1848
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1849
|
-
[1m[36m (126.3ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1850
|
-
[1m[35m (62.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1851
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1852
|
-
[1m[35m (77.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1853
|
-
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1854
|
-
[1m[35m (61.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1365
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1855
1366
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1856
|
-
Migrating to CreateCities (
|
1367
|
+
Migrating to CreateCities (20120606125058)
|
1857
1368
|
[1m[35m (0.1ms)[0m begin transaction
|
1858
|
-
[1m[36m (0.
|
1859
|
-
[1m[35m (0.
|
1860
|
-
[1m[36m (0.
|
1861
|
-
[1m[35m (
|
1369
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1370
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1371
|
+
[1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1372
|
+
[1m[35m (3.2ms)[0m commit transaction
|
1862
1373
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1863
1374
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1864
|
-
[1m[36mSQL (
|
1865
|
-
[1m[35m (
|
1375
|
+
[1m[36mSQL (5.9ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:47:28 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:47:28 UTC +00:00]]
|
1376
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1866
1377
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1867
|
-
[1m[35mCity Load (0.
|
1868
|
-
[1m[36mSQL (0.
|
1869
|
-
[1m[35m (
|
1378
|
+
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1379
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:47:28 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:47:28 UTC +00:00]]
|
1380
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1381
|
+
Connecting to database specified by database.yml
|
1870
1382
|
Connecting to database specified by database.yml
|
1871
1383
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1872
|
-
|
1873
|
-
[1m[
|
1874
|
-
[1m[
|
1384
|
+
Migrating to CreatePeople (20120606125104)
|
1385
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1386
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1387
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1388
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1389
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1390
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1391
|
+
[1m[35m (31.0ms)[0m 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)
|
1392
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1393
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1394
|
+
[1m[36m (3.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1395
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1396
|
+
[1m[36m (3.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1397
|
+
Connecting to database specified by database.yml
|
1398
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1399
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1400
|
+
[1m[36m (41.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1401
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1875
1402
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1876
|
-
[1m[35m (
|
1403
|
+
[1m[35m (4.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1877
1404
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1878
|
-
[1m[35m (
|
1405
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1879
1406
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1880
|
-
Migrating to CreateCities (
|
1407
|
+
Migrating to CreateCities (20120606125058)
|
1881
1408
|
[1m[35m (0.1ms)[0m begin transaction
|
1882
|
-
[1m[36m (0.
|
1883
|
-
[1m[35m (0.
|
1884
|
-
[1m[36m (0.
|
1885
|
-
[1m[35m (
|
1886
|
-
[1m[36m (0.
|
1409
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1410
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1411
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1412
|
+
[1m[35m (3.4ms)[0m commit transaction
|
1413
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1887
1414
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1888
|
-
[1m[36mSQL (
|
1889
|
-
[1m[35m (
|
1415
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 13:51:08 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:51:08 UTC +00:00]]
|
1416
|
+
[1m[35m (2.7ms)[0m commit transaction
|
1890
1417
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1891
1418
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1892
|
-
[1m[36mSQL (0.
|
1893
|
-
[1m[35m (
|
1419
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 13:51:08 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 13:51:08 UTC +00:00]]
|
1420
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1894
1421
|
Connecting to database specified by database.yml
|
1895
1422
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1896
|
-
[1m[35m (0.
|
1897
|
-
[1m[36m (
|
1898
|
-
[1m[35m (
|
1423
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1424
|
+
[1m[36m (39.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1425
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1899
1426
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1900
|
-
[1m[35m (
|
1427
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1901
1428
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1902
|
-
[1m[35m (
|
1429
|
+
[1m[35m (3.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1430
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1431
|
+
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1432
|
+
[1m[36mSQL (7.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Sun, 25 Nov 2012 13:51:16 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 13:51:16 UTC +00:00]]
|
1433
|
+
[1m[35m (2.7ms)[0m commit transaction
|
1434
|
+
Connecting to database specified by database.yml
|
1435
|
+
|
1436
|
+
|
1437
|
+
Started GET "/" for 127.0.0.1 at 2012-11-25 14:53:17 +0100
|
1438
|
+
|
1439
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
1440
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1441
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
1442
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
1443
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
1444
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
1445
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
1446
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
1447
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
1448
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
1449
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
1450
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
1451
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
1452
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
1453
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
1454
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
1455
|
+
/Users/pascal/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
1456
|
+
/Users/pascal/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
1457
|
+
/Users/pascal/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
1458
|
+
|
1459
|
+
|
1460
|
+
Rendered /Users/pascal/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.3ms)
|
1461
|
+
|
1462
|
+
|
1463
|
+
Started GET "/people" for 127.0.0.1 at 2012-11-25 14:53:20 +0100
|
1464
|
+
Processing by PeopleController#index as HTML
|
1465
|
+
Rendered vendor/wagons/superliner/app/views/people/_list_superliner.html.erb (0.5ms)
|
1466
|
+
Rendered vendor/wagons/superliner/app/views/shared/_sidebar_superliner.html.erb (0.5ms)
|
1467
|
+
Rendered shared/_sidebar.html.erb (2.3ms)
|
1468
|
+
Rendered people/index.html.erb within layouts/application (8.8ms)
|
1469
|
+
Compiled application.css (1ms) (pid 1948)
|
1470
|
+
Completed 500 Internal Server Error in 73ms
|
1471
|
+
|
1472
|
+
ActionView::Template::Error (couldn't find file 'jquery'
|
1473
|
+
(in /Users/pascal/Code/ruby/wagons/test/dummy/app/assets/javascripts/application.js:13)):
|
1474
|
+
3: <head>
|
1475
|
+
4: <title>Dummy</title>
|
1476
|
+
5: <%= stylesheet_link_tag "application", :media => "all" %>
|
1477
|
+
6: <%= javascript_include_tag "application" %>
|
1478
|
+
7: <%= csrf_meta_tags %>
|
1479
|
+
8: </head>
|
1480
|
+
9: <body>
|
1481
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__1537380431507552604_2176532200'
|
1482
|
+
|
1483
|
+
|
1484
|
+
Rendered /Users/pascal/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
|
1485
|
+
Rendered /Users/pascal/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
1486
|
+
Rendered /Users/pascal/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.0ms)
|
1487
|
+
|
1488
|
+
|
1489
|
+
Started GET "/people" for 127.0.0.1 at 2012-11-25 14:53:48 +0100
|
1490
|
+
Processing by PeopleController#index as HTML
|
1491
|
+
Rendered vendor/wagons/superliner/app/views/people/_list_superliner.html.erb (0.1ms)
|
1492
|
+
Rendered vendor/wagons/superliner/app/views/shared/_sidebar_superliner.html.erb (0.0ms)
|
1493
|
+
Rendered shared/_sidebar.html.erb (1.0ms)
|
1494
|
+
Rendered people/index.html.erb within layouts/application (3.3ms)
|
1495
|
+
Compiled application.js (1ms) (pid 1948)
|
1496
|
+
Completed 200 OK in 55ms (Views: 55.0ms | ActiveRecord: 0.0ms)
|
1497
|
+
|
1498
|
+
|
1499
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-25 14:53:49 +0100
|
1500
|
+
Served asset /application.js - 200 OK (3ms)
|
1501
|
+
|
1502
|
+
|
1503
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-25 14:53:49 +0100
|
1504
|
+
Served asset /application.css - 200 OK (2ms)
|
1505
|
+
|
1506
|
+
|
1507
|
+
Started GET "/people" for 127.0.0.1 at 2012-11-25 14:54:20 +0100
|
1508
|
+
Processing by PeopleController#index as HTML
|
1509
|
+
Rendered vendor/wagons/superliner/app/views/people/_list_superliner.html.erb (0.0ms)
|
1510
|
+
Rendered vendor/wagons/superliner/app/views/shared/_sidebar_superliner.html.erb (0.0ms)
|
1511
|
+
Rendered shared/_sidebar.html.erb (1.1ms)
|
1512
|
+
Rendered people/index.html.erb within layouts/application (3.2ms)
|
1513
|
+
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
|
1514
|
+
|
1515
|
+
|
1516
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-25 14:54:20 +0100
|
1517
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
1518
|
+
|
1519
|
+
|
1520
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-25 14:54:20 +0100
|
1521
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1522
|
+
Connecting to database specified by database.yml
|
1523
|
+
|
1524
|
+
|
1525
|
+
Started GET "/people" for 127.0.0.1 at 2012-11-25 14:54:30 +0100
|
1526
|
+
Processing by PeopleController#index as HTML
|
1527
|
+
Rendered shared/_sidebar.html.erb (0.8ms)
|
1528
|
+
Rendered people/index.html.erb within layouts/application (8.0ms)
|
1529
|
+
Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.0ms)
|
1530
|
+
|
1531
|
+
|
1532
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-25 14:54:30 +0100
|
1533
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
1534
|
+
|
1535
|
+
|
1536
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-25 14:54:30 +0100
|
1537
|
+
Served asset /application.js - 304 Not Modified (2ms)
|
1538
|
+
Connecting to database specified by database.yml
|
1539
|
+
|
1540
|
+
|
1541
|
+
Started GET "/people" for 127.0.0.1 at 2012-11-25 14:55:11 +0100
|
1542
|
+
Processing by PeopleController#index as HTML
|
1543
|
+
Rendered vendor/wagons/superliner/app/views/people/_list_superliner.html.erb (0.5ms)
|
1544
|
+
Rendered vendor/wagons/superliner/app/views/shared/_sidebar_superliner.html.erb (0.4ms)
|
1545
|
+
Rendered shared/_sidebar.html.erb (1.9ms)
|
1546
|
+
Rendered people/index.html.erb within layouts/application (10.2ms)
|
1547
|
+
Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.0ms)
|
1548
|
+
|
1549
|
+
|
1550
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-11-25 14:55:11 +0100
|
1551
|
+
Served asset /application.js - 304 Not Modified (2ms)
|
1552
|
+
|
1553
|
+
|
1554
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-11-25 14:55:11 +0100
|
1555
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
1556
|
+
Connecting to database specified by database.yml
|
1903
1557
|
Connecting to database specified by database.yml
|
1904
1558
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1905
|
-
|
1906
|
-
[1m[
|
1907
|
-
[1m[
|
1559
|
+
Migrating to CreatePeople (20120606125104)
|
1560
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1561
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1562
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1563
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1564
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1565
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1566
|
+
[1m[35m (25.5ms)[0m 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)
|
1567
|
+
[1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1568
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1569
|
+
[1m[36m (4.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1570
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1571
|
+
[1m[36m (4.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1572
|
+
Connecting to database specified by database.yml
|
1573
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1574
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1575
|
+
[1m[36m (45.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1576
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1908
1577
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1909
|
-
[1m[35m (
|
1578
|
+
[1m[35m (4.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1910
1579
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1911
|
-
[1m[35m (
|
1580
|
+
[1m[35m (4.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1912
1581
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1913
|
-
Migrating to CreateCities (
|
1582
|
+
Migrating to CreateCities (20120606125058)
|
1914
1583
|
[1m[35m (0.1ms)[0m begin transaction
|
1915
1584
|
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1916
|
-
[1m[35m (0.
|
1917
|
-
[1m[36m (0.
|
1918
|
-
[1m[35m (
|
1919
|
-
[1m[36m (0.
|
1920
|
-
[1m[35mPerson Load (0.
|
1921
|
-
[1m[36mSQL (
|
1922
|
-
[1m[35m (
|
1923
|
-
[1m[36m (0.
|
1585
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1586
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1587
|
+
[1m[35m (3.0ms)[0m commit transaction
|
1588
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1589
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1590
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 14:09:12 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 14:09:12 UTC +00:00]]
|
1591
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1592
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1924
1593
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1925
|
-
[1m[36mSQL (0.
|
1926
|
-
[1m[35m (
|
1594
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 14:09:12 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 14:09:12 UTC +00:00]]
|
1595
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1927
1596
|
Connecting to database specified by database.yml
|
1928
1597
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1929
|
-
[1m[35m (0.
|
1930
|
-
[1m[36m (
|
1931
|
-
[1m[35m (
|
1598
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1599
|
+
[1m[36m (41.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1600
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1932
1601
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1933
|
-
[1m[35m (
|
1602
|
+
[1m[35m (4.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1934
1603
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1935
|
-
[1m[35m (
|
1936
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1937
|
-
Migrating to CreateCities (20120606125258)
|
1938
|
-
[1m[35m (0.1ms)[0m begin transaction
|
1939
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1940
|
-
[1m[35m (0.1ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1941
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125258')[0m
|
1942
|
-
[1m[35m (53.9ms)[0m commit transaction
|
1604
|
+
[1m[35m (5.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1943
1605
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1944
1606
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1945
|
-
[1m[36mSQL (
|
1946
|
-
[1m[35m (
|
1947
|
-
|
1948
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1949
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 07 Jun 2012 08:29:38 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 07 Jun 2012 08:29:38 UTC +00:00]]
|
1950
|
-
[1m[35m (52.3ms)[0m commit transaction
|
1607
|
+
[1m[36mSQL (16.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Sun, 25 Nov 2012 14:09:19 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 14:09:19 UTC +00:00]]
|
1608
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1609
|
+
Connecting to database specified by database.yml
|
1951
1610
|
Connecting to database specified by database.yml
|
1952
1611
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1953
|
-
|
1954
|
-
[1m[
|
1955
|
-
[1m[
|
1612
|
+
Migrating to CreatePeople (20120606125104)
|
1613
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1614
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1615
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1616
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("people")[0m
|
1617
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
1618
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
1619
|
+
[1m[35m (3.3ms)[0m 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)
|
1620
|
+
[1m[36m (3.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
1621
|
+
[1m[35m (0.1ms)[0m PRAGMA index_list("schema_migrations")
|
1622
|
+
[1m[36m (4.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1623
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1624
|
+
[1m[36m (3.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120606125104')[0m
|
1625
|
+
Connecting to database specified by database.yml
|
1626
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1627
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1628
|
+
[1m[36m (43.6ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1629
|
+
[1m[35m (3.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1956
1630
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1957
|
-
[1m[35m (
|
1631
|
+
[1m[35m (5.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1958
1632
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1959
|
-
[1m[35m (
|
1633
|
+
[1m[35m (3.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1960
1634
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1961
|
-
Migrating to CreateCities (
|
1635
|
+
Migrating to CreateCities (20120606125058)
|
1962
1636
|
[1m[35m (0.1ms)[0m begin transaction
|
1963
1637
|
[1m[36m (0.4ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1964
|
-
[1m[35m (0.
|
1965
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('
|
1966
|
-
[1m[35m (
|
1638
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
1639
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')[0m
|
1640
|
+
[1m[35m (3.4ms)[0m commit transaction
|
1967
1641
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1968
|
-
[1m[35mPerson Load (0.
|
1969
|
-
[1m[36mSQL (
|
1970
|
-
[1m[35m (
|
1642
|
+
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
1643
|
+
[1m[36mSQL (6.0ms)[0m [1mINSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["birthday", nil], ["city_id", nil], ["created_at", Sun, 25 Nov 2012 14:40:01 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 14:40:01 UTC +00:00]]
|
1644
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1971
1645
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1972
1646
|
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
1973
|
-
[1m[36mSQL (0.
|
1974
|
-
[1m[35m (
|
1975
|
-
Connecting to database specified by database.yml
|
1976
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1977
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1978
|
-
[1m[36m (97.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1979
|
-
[1m[35m (49.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1980
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
1981
|
-
[1m[35m (67.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
1982
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
1983
|
-
[1m[35m (54.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1984
|
-
Connecting to database specified by database.yml
|
1985
|
-
Connecting to database specified by database.yml
|
1986
|
-
Connecting to database specified by database.yml
|
1987
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1988
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
1989
|
-
[1m[36m (91.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1990
|
-
[1m[35m (44.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1991
|
-
Interrupt: : CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1992
|
-
Connecting to database specified by database.yml
|
1993
|
-
Connecting to database specified by database.yml
|
1647
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Sun, 25 Nov 2012 14:40:01 UTC +00:00], ["name", "Paris"], ["updated_at", Sun, 25 Nov 2012 14:40:01 UTC +00:00]]
|
1648
|
+
[1m[35m (2.6ms)[0m commit transaction
|
1994
1649
|
Connecting to database specified by database.yml
|
1995
1650
|
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
1996
|
-
[1m[35m (0.
|
1997
|
-
[1m[36m (
|
1998
|
-
[1m[35m (
|
1651
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1652
|
+
[1m[36m (44.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
1653
|
+
[1m[35m (3.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
1999
1654
|
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
2000
|
-
[1m[35m (
|
1655
|
+
[1m[35m (4.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
2001
1656
|
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
2002
|
-
[1m[35m (
|
2003
|
-
[1m[36m (0.1ms)[0m [
|
2004
|
-
Migrating to CreateCities (20120606125258)
|
2005
|
-
[1m[35m (0.1ms)[0m begin transaction
|
2006
|
-
[1m[36m (0.3ms)[0m [1mCREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
2007
|
-
[1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "city_id" integer
|
2008
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120606125258')[0m
|
2009
|
-
[1m[35m (86.6ms)[0m commit transaction
|
2010
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1657
|
+
[1m[35m (4.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')
|
1658
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2011
1659
|
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1
|
2012
|
-
[1m[36mSQL (
|
2013
|
-
[1m[35m (
|
2014
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2015
|
-
[1m[35mCity Load (0.1ms)[0m SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1
|
2016
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 07 Jun 2012 08:51:08 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 07 Jun 2012 08:51:08 UTC +00:00]]
|
2017
|
-
[1m[35m (56.6ms)[0m commit transaction
|
1660
|
+
[1m[36mSQL (18.3ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["birthday", nil], ["created_at", Sun, 25 Nov 2012 14:40:09 UTC +00:00], ["name", "Pascal"], ["updated_at", Sun, 25 Nov 2012 14:40:09 UTC +00:00]]
|
1661
|
+
[1m[35m (3.3ms)[0m commit transaction
|