api_user_auth 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/api_user_auth/auth_controller.rb +4 -2
- data/lib/api_user_auth/version.rb +1 -1
- data/spec/controllers/api_user_auth/auth_controller_spec.rb +30 -1
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +1255 -56
- data/spec/dummy/log/test.log +60722 -1469
- metadata +45 -41
@@ -1,125 +1,1324 @@
|
|
1
|
-
|
1
|
+
Started GET "/" for 127.0.0.1 at 2018-07-03 14:12:21 +0300
|
2
|
+
Processing by Rails::WelcomeController#index as HTML
|
3
|
+
Rendering /home/alex/.rvm/gems/ruby-2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb
|
4
|
+
Rendered /home/alex/.rvm/gems/ruby-2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb (1.5ms)
|
5
|
+
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
6
|
+
|
7
|
+
|
8
|
+
Started GET "/" for 127.0.0.1 at 2018-07-03 17:28:55 +0300
|
9
|
+
Processing by Rails::WelcomeController#index as HTML
|
10
|
+
Rendering /home/alex/.rvm/gems/ruby-2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb
|
11
|
+
Rendered /home/alex/.rvm/gems/ruby-2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb (1.7ms)
|
12
|
+
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
13
|
+
|
14
|
+
|
15
|
+
Started GET "/api/v1/users/me/subscriptions/recent" for 127.0.0.1 at 2018-07-03 17:29:00 +0300
|
16
|
+
|
17
|
+
ActionController::RoutingError (No route matches [GET] "/api/v1/users/me/subscriptions/recent"):
|
18
|
+
|
19
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
|
20
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
21
|
+
railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
22
|
+
railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call'
|
23
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
24
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged'
|
25
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged'
|
26
|
+
railties (5.2.0) lib/rails/rack/logger.rb:26:in `call'
|
27
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
28
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
29
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
30
|
+
rack (2.0.5) lib/rack/method_override.rb:22:in `call'
|
31
|
+
rack (2.0.5) lib/rack/runtime.rb:22:in `call'
|
32
|
+
activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
33
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
34
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call'
|
35
|
+
rack (2.0.5) lib/rack/sendfile.rb:111:in `call'
|
36
|
+
railties (5.2.0) lib/rails/engine.rb:524:in `call'
|
37
|
+
rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service'
|
38
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
|
39
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
|
40
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
|
41
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
42
|
+
↳ bin/rails:4
|
43
|
+
[1m[35m (105.3ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
44
|
+
↳ bin/rails:4
|
45
|
+
[1m[35m (64.9ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
46
|
+
↳ bin/rails:4
|
47
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
48
|
+
↳ bin/rails:4
|
49
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
50
|
+
↳ bin/rails:4
|
51
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-03 14:49:47.881238"], ["updated_at", "2018-07-03 14:49:47.881238"]]
|
52
|
+
↳ bin/rails:4
|
53
|
+
[1m[35m (49.6ms)[0m [1m[36mcommit transaction[0m
|
54
|
+
↳ bin/rails:4
|
55
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
56
|
+
↳ bin/rails:4
|
57
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
58
|
+
↳ bin/rails:25
|
59
|
+
Migrating to CreateApiUserAuthAuthUsers (20180703111608)
|
60
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
61
|
+
↳ bin/rails:25
|
62
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
63
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:3
|
64
|
+
[1m[35m (0.2ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
65
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:3
|
66
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20180703111608"]]
|
67
|
+
↳ bin/rails:25
|
68
|
+
[1m[35m (45.5ms)[0m [1m[36mcommit transaction[0m
|
69
|
+
↳ bin/rails:25
|
70
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
71
|
+
↳ bin/rails:25
|
72
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
73
|
+
↳ bin/rails:25
|
74
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
75
|
+
↳ bin/rails:25
|
76
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
77
|
+
↳ bin/rails:25
|
78
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
79
|
+
↳ /home/alex/.rvm/gems/ruby-2.5.0/bin/rake:23
|
80
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
81
|
+
↳ /home/alex/.rvm/gems/ruby-2.5.0/bin/rake:23
|
82
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
83
|
+
↳ /home/alex/.rvm/gems/ruby-2.5.0/bin/rake:23
|
84
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
85
|
+
↳ /home/alex/.rvm/gems/ruby-2.5.0/bin/rake:23
|
86
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
87
|
+
↳ /home/alex/.rvm/gems/ruby-2.5.0/bin/rake:23
|
88
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
89
|
+
↳ /home/alex/.rvm/gems/ruby-2.5.0/bin/rake:23
|
90
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
91
|
+
↳ /home/alex/.rvm/gems/ruby-2.5.0/bin/rake:23
|
92
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
93
|
+
↳ /home/alex/.rvm/gems/ruby-2.5.0/bin/rake:23
|
94
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
95
|
+
↳ /home/alex/.rvm/gems/ruby-2.5.0/bin/rake:23
|
96
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
97
|
+
↳ /home/alex/.rvm/gems/ruby-2.5.0/bin/rake:23
|
98
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
99
|
+
↳ /home/alex/.rvm/gems/ruby-2.5.0/bin/rake:23
|
100
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_auth_users"[0m
|
101
|
+
↳ db/schema.rb:15
|
102
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
103
|
+
↳ db/schema.rb:15
|
104
|
+
[1m[35m (76.2ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
105
|
+
↳ db/schema.rb:15
|
106
|
+
[1m[35m (35.5ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
107
|
+
↳ db/schema.rb:13
|
108
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
109
|
+
↳ db/schema.rb:13
|
110
|
+
[1m[35m (25.5ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180703111608)[0m
|
111
|
+
↳ db/schema.rb:13
|
112
|
+
[1m[35m (41.9ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
113
|
+
↳ db/schema.rb:13
|
114
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
115
|
+
↳ db/schema.rb:13
|
116
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
117
|
+
↳ db/schema.rb:13
|
118
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.1ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-03 15:35:06.840797"], ["updated_at", "2018-07-03 15:35:06.840797"]]
|
119
|
+
↳ db/schema.rb:13
|
120
|
+
[1m[35m (102.2ms)[0m [1m[36mcommit transaction[0m
|
121
|
+
↳ db/schema.rb:13
|
122
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
123
|
+
↳ /home/alex/.rvm/gems/ruby-2.5.0/bin/rake:23
|
124
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
125
|
+
↳ /home/alex/.rvm/gems/ruby-2.5.0/bin/rake:23
|
126
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.5ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-07-03 15:35:06.949127"], ["key", "environment"]]
|
127
|
+
↳ /home/alex/.rvm/gems/ruby-2.5.0/bin/rake:23
|
128
|
+
[1m[35m (47.6ms)[0m [1m[36mcommit transaction[0m
|
129
|
+
↳ /home/alex/.rvm/gems/ruby-2.5.0/bin/rake:23
|
130
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
131
|
+
↳ bin/rails:25
|
132
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
133
|
+
↳ bin/rails:25
|
134
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
135
|
+
↳ bin/rails:25
|
136
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
137
|
+
↳ bin/rails:25
|
138
|
+
Migrating to CreateApiUserAuthAuthUsers (20180703111608)
|
139
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
140
|
+
↳ bin/rails:25
|
141
|
+
[1m[35m (0.3ms)[0m [1m[35mDROP TABLE "api_user_auth_auth_users"[0m
|
142
|
+
↳ bin/rails:25
|
143
|
+
[1m[36mActiveRecord::SchemaMigration Destroy (0.3ms)[0m [1m[31mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20180703111608"]]
|
144
|
+
↳ bin/rails:25
|
145
|
+
[1m[35m (41.5ms)[0m [1m[36mcommit transaction[0m
|
146
|
+
↳ bin/rails:25
|
147
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
148
|
+
↳ bin/rails:25
|
149
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
150
|
+
↳ bin/rails:25
|
151
|
+
Migrating to CreateApiUserAuthAuthUsers (20180703111608)
|
152
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
153
|
+
↳ bin/rails:25
|
154
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
155
|
+
↳ bin/rails:25
|
156
|
+
[1m[35m (1058.4ms)[0m [1m[35mCREATE DATABASE "dummy_dev" ENCODING = 'utf8'[0m
|
157
|
+
↳ bin/rails:25
|
158
|
+
[1m[35m (600.1ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
159
|
+
↳ bin/rails:25
|
160
|
+
[1m[35m (69.9ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
161
|
+
↳ bin/rails:25
|
162
|
+
[1m[35m (67.7ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
163
|
+
↳ bin/rails:25
|
164
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT pg_try_advisory_lock(7325747718710370390)[0m
|
165
|
+
↳ bin/rails:25
|
166
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
167
|
+
↳ bin/rails:25
|
168
|
+
Migrating to CreateApiUserAuthAuthUsers (20180703111608)
|
169
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
170
|
+
↳ bin/rails:25
|
171
|
+
[1m[35mSQL (0.2ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
172
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:3
|
173
|
+
[1m[35m (60.8ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "auth_tokens" uuid[] DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
174
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
175
|
+
[1m[35m (52.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
176
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
177
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180703111608"]]
|
178
|
+
↳ bin/rails:25
|
179
|
+
[1m[35m (37.1ms)[0m [1m[35mCOMMIT[0m
|
180
|
+
↳ bin/rails:25
|
181
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.9ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
182
|
+
↳ bin/rails:25
|
183
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
184
|
+
↳ bin/rails:25
|
185
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-05 09:51:43.608383"], ["updated_at", "2018-07-05 09:51:43.608383"]]
|
186
|
+
↳ bin/rails:25
|
187
|
+
[1m[35m (49.2ms)[0m [1m[35mCOMMIT[0m
|
2
188
|
↳ bin/rails:25
|
3
|
-
[1m[35m (
|
189
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT pg_advisory_unlock(7325747718710370390)[0m
|
4
190
|
↳ bin/rails:25
|
5
191
|
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
6
192
|
↳ bin/rails:25
|
7
|
-
[1m[35m (
|
193
|
+
[1m[35m (43.9ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
194
|
+
↳ bin/rails:25
|
195
|
+
[1m[35m (7.6ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
196
|
+
↳ bin/rails:25
|
197
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
198
|
+
↳ bin/rails:25
|
199
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
8
200
|
↳ bin/rails:25
|
9
201
|
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
10
202
|
↳ bin/rails:25
|
11
203
|
[1m[35m (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
12
204
|
↳ bin/rails:25
|
13
|
-
[1m[35m (
|
205
|
+
[1m[35m (317.8ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_dev"[0m
|
14
206
|
↳ bin/rails:25
|
15
|
-
[1m[35m (
|
207
|
+
[1m[35m (277.4ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
16
208
|
↳ bin/rails:25
|
17
|
-
[1m[35m (
|
209
|
+
[1m[35m (1146.4ms)[0m [1m[35mCREATE DATABASE "dummy_dev" ENCODING = 'utf8'[0m
|
18
210
|
↳ bin/rails:25
|
19
|
-
[1m[35m (
|
211
|
+
[1m[35m (560.1ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
20
212
|
↳ bin/rails:25
|
21
|
-
[1m[35m (
|
213
|
+
[1m[35m (98.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
22
214
|
↳ bin/rails:25
|
23
|
-
[1m[35m (
|
215
|
+
[1m[35m (165.7ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
24
216
|
↳ bin/rails:25
|
25
|
-
[1m[35m (0.
|
217
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT pg_try_advisory_lock(7325747718710370390)[0m
|
26
218
|
↳ bin/rails:25
|
27
|
-
[1m[35m (
|
219
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
28
220
|
↳ bin/rails:25
|
29
221
|
Migrating to CreateApiUserAuthAuthUsers (20180703111608)
|
30
222
|
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
31
223
|
↳ bin/rails:25
|
32
|
-
[1m[35mSQL (
|
33
|
-
↳ /home/
|
34
|
-
[1m[35m (
|
35
|
-
↳ /home/
|
36
|
-
[1m[35m (
|
37
|
-
↳ /home/
|
38
|
-
[1m[36mActiveRecord::SchemaMigration Create (0.
|
224
|
+
[1m[35mSQL (0.6ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
225
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:3
|
226
|
+
[1m[35m (46.3ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
227
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
228
|
+
[1m[35m (10.8ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
229
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
230
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.3ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180703111608"]]
|
39
231
|
↳ bin/rails:25
|
40
|
-
[1m[35m (
|
232
|
+
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
|
41
233
|
↳ bin/rails:25
|
42
|
-
|
234
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
235
|
+
↳ bin/rails:25
|
236
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
237
|
+
↳ bin/rails:25
|
238
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-09 07:14:46.792463"], ["updated_at", "2018-07-09 07:14:46.792463"]]
|
239
|
+
↳ bin/rails:25
|
240
|
+
[1m[35m (36.4ms)[0m [1m[35mCOMMIT[0m
|
241
|
+
↳ bin/rails:25
|
242
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT pg_advisory_unlock(7325747718710370390)[0m
|
243
|
+
↳ bin/rails:25
|
244
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
245
|
+
↳ bin/rails:25
|
246
|
+
Started PATCH "/api-user-auth/password" for 127.0.0.1 at 2018-07-09 14:30:31 +0300
|
247
|
+
|
248
|
+
ActionController::RoutingError (No route matches [PATCH] "/api-user-auth/password"):
|
249
|
+
|
250
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
|
251
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
252
|
+
railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
253
|
+
railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call'
|
254
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
255
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged'
|
256
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged'
|
257
|
+
railties (5.2.0) lib/rails/rack/logger.rb:26:in `call'
|
258
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
259
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
260
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
261
|
+
rack (2.0.5) lib/rack/method_override.rb:22:in `call'
|
262
|
+
rack (2.0.5) lib/rack/runtime.rb:22:in `call'
|
263
|
+
activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
264
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
265
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call'
|
266
|
+
rack (2.0.5) lib/rack/sendfile.rb:111:in `call'
|
267
|
+
railties (5.2.0) lib/rails/engine.rb:524:in `call'
|
268
|
+
rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service'
|
269
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
|
270
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
|
271
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
|
272
|
+
Started PATCH "/auth/password" for 127.0.0.1 at 2018-07-09 14:31:05 +0300
|
273
|
+
|
274
|
+
ActionController::RoutingError (No route matches [PATCH] "/auth/password"):
|
275
|
+
|
276
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
|
277
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
278
|
+
railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
279
|
+
railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call'
|
280
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
281
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged'
|
282
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged'
|
283
|
+
railties (5.2.0) lib/rails/rack/logger.rb:26:in `call'
|
284
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
285
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
286
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
287
|
+
rack (2.0.5) lib/rack/method_override.rb:22:in `call'
|
288
|
+
rack (2.0.5) lib/rack/runtime.rb:22:in `call'
|
289
|
+
activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
290
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
291
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call'
|
292
|
+
rack (2.0.5) lib/rack/sendfile.rb:111:in `call'
|
293
|
+
railties (5.2.0) lib/rails/engine.rb:524:in `call'
|
294
|
+
rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service'
|
295
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
|
296
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
|
297
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
|
298
|
+
Started PATCH "/auth/password" for 127.0.0.1 at 2018-07-09 14:31:25 +0300
|
299
|
+
|
300
|
+
ActionController::RoutingError (No route matches [PATCH] "/auth/password"):
|
301
|
+
|
302
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
|
303
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
304
|
+
railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
305
|
+
railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call'
|
306
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
307
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged'
|
308
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged'
|
309
|
+
railties (5.2.0) lib/rails/rack/logger.rb:26:in `call'
|
310
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
311
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
312
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
313
|
+
rack (2.0.5) lib/rack/method_override.rb:22:in `call'
|
314
|
+
rack (2.0.5) lib/rack/runtime.rb:22:in `call'
|
315
|
+
activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
316
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
317
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call'
|
318
|
+
rack (2.0.5) lib/rack/sendfile.rb:111:in `call'
|
319
|
+
railties (5.2.0) lib/rails/engine.rb:524:in `call'
|
320
|
+
rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service'
|
321
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
|
322
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
|
323
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
|
324
|
+
Started PATCH "/auth/password" for 127.0.0.1 at 2018-07-09 14:31:50 +0300
|
325
|
+
|
326
|
+
ActionController::RoutingError (No route matches [PATCH] "/auth/password"):
|
327
|
+
|
328
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
|
329
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
330
|
+
railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
331
|
+
railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call'
|
332
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
333
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged'
|
334
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged'
|
335
|
+
railties (5.2.0) lib/rails/rack/logger.rb:26:in `call'
|
336
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
337
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
338
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
339
|
+
rack (2.0.5) lib/rack/method_override.rb:22:in `call'
|
340
|
+
rack (2.0.5) lib/rack/runtime.rb:22:in `call'
|
341
|
+
activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
342
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
343
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call'
|
344
|
+
rack (2.0.5) lib/rack/sendfile.rb:111:in `call'
|
345
|
+
railties (5.2.0) lib/rails/engine.rb:524:in `call'
|
346
|
+
rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service'
|
347
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
|
348
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
|
349
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
|
350
|
+
Started PATCH "/auth/password" for 127.0.0.1 at 2018-07-09 14:32:36 +0300
|
351
|
+
|
352
|
+
ActionController::RoutingError (No route matches [PATCH] "/auth/password"):
|
353
|
+
|
354
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
|
355
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
356
|
+
railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
357
|
+
railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call'
|
358
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
359
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged'
|
360
|
+
activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged'
|
361
|
+
railties (5.2.0) lib/rails/rack/logger.rb:26:in `call'
|
362
|
+
sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call'
|
363
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
364
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
365
|
+
rack (2.0.5) lib/rack/method_override.rb:22:in `call'
|
366
|
+
rack (2.0.5) lib/rack/runtime.rb:22:in `call'
|
367
|
+
activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
368
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
369
|
+
actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call'
|
370
|
+
rack (2.0.5) lib/rack/sendfile.rb:111:in `call'
|
371
|
+
railties (5.2.0) lib/rails/engine.rb:524:in `call'
|
372
|
+
rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service'
|
373
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service'
|
374
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run'
|
375
|
+
/usr/share/rvm/rubies/ruby-2.5.0/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'
|
376
|
+
Started PATCH "/api_user_auth/auth/password" for 127.0.0.1 at 2018-07-09 14:33:26 +0300
|
377
|
+
Processing by ApiUserAuth::AuthController#password as */*
|
378
|
+
Parameters: {"email"=>"user@mail.com"}
|
379
|
+
Completed 422 Unprocessable Entity in 18ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
380
|
+
|
381
|
+
|
382
|
+
[1m[35m (0.9ms)[0m [1m[35mCREATE DATABASE "dummy_dev" ENCODING = 'utf8'[0m
|
383
|
+
↳ bin/rails:25
|
384
|
+
[1m[35m (0.2ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
385
|
+
↳ bin/rails:25
|
386
|
+
[1m[35m (52.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
387
|
+
↳ bin/rails:25
|
388
|
+
[1m[35m (14.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
389
|
+
↳ bin/rails:25
|
390
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
391
|
+
↳ bin/rails:25
|
392
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
393
|
+
↳ bin/rails:25
|
394
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
395
|
+
↳ bin/rails:25
|
396
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
397
|
+
↳ bin/rails:25
|
398
|
+
[1m[35m (371.1ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_dev"[0m
|
399
|
+
↳ bin/rails:25
|
400
|
+
[1m[35m (303.7ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
401
|
+
↳ bin/rails:25
|
402
|
+
[1m[35m (1111.9ms)[0m [1m[35mCREATE DATABASE "dummy_dev" ENCODING = 'utf8'[0m
|
403
|
+
↳ bin/rails:25
|
404
|
+
[1m[35m (576.9ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
405
|
+
↳ bin/rails:25
|
406
|
+
[1m[35m (855.4ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_dev"[0m
|
407
|
+
↳ bin/rails:25
|
408
|
+
[1m[35m (155.5ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
409
|
+
↳ bin/rails:25
|
410
|
+
[1m[35m (579.9ms)[0m [1m[35mCREATE DATABASE "dummy_dev" ENCODING = 'utf8'[0m
|
411
|
+
↳ bin/rails:25
|
412
|
+
[1m[35m (812.0ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
413
|
+
↳ bin/rails:25
|
414
|
+
[1m[35m (42.6ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
415
|
+
↳ bin/rails:25
|
416
|
+
[1m[35m (78.3ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
417
|
+
↳ bin/rails:25
|
418
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT pg_try_advisory_lock(7325747718710370390)[0m
|
419
|
+
↳ bin/rails:25
|
420
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
421
|
+
↳ bin/rails:25
|
422
|
+
Migrating to CreateApiUserAuthAuthUsers (20180703111608)
|
423
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
424
|
+
↳ bin/rails:25
|
425
|
+
[1m[35mSQL (0.4ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
426
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:3
|
427
|
+
[1m[35m (39.8ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "user_provider_data" jsonb DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
428
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
429
|
+
[1m[35m (30.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
430
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
431
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.8ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180703111608"]]
|
432
|
+
↳ bin/rails:25
|
433
|
+
[1m[35m (29.3ms)[0m [1m[35mCOMMIT[0m
|
434
|
+
↳ bin/rails:25
|
435
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
436
|
+
↳ bin/rails:25
|
437
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
438
|
+
↳ bin/rails:25
|
439
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.8ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-19 15:28:11.790946"], ["updated_at", "2018-07-19 15:28:11.790946"]]
|
440
|
+
↳ bin/rails:25
|
441
|
+
[1m[35m (56.0ms)[0m [1m[35mCOMMIT[0m
|
442
|
+
↳ bin/rails:25
|
443
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT pg_advisory_unlock(7325747718710370390)[0m
|
444
|
+
↳ bin/rails:25
|
445
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
446
|
+
↳ bin/rails:25
|
447
|
+
[1m[35m (28.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
448
|
+
↳ bin/rails:25
|
449
|
+
[1m[35m (1.4ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
450
|
+
↳ bin/rails:25
|
451
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
452
|
+
↳ bin/rails:25
|
453
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
454
|
+
↳ bin/rails:25
|
455
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
456
|
+
↳ bin/rails:25
|
457
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
458
|
+
↳ bin/rails:25
|
459
|
+
[1m[35m (244.8ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_dev"[0m
|
460
|
+
↳ bin/rails:25
|
461
|
+
[1m[35m (262.1ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
462
|
+
↳ bin/rails:25
|
463
|
+
[1m[35m (625.1ms)[0m [1m[35mCREATE DATABASE "dummy_dev" ENCODING = 'utf8'[0m
|
464
|
+
↳ bin/rails:25
|
465
|
+
[1m[35m (873.6ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
466
|
+
↳ bin/rails:25
|
467
|
+
[1m[35m (852.8ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_dev"[0m
|
468
|
+
↳ bin/rails:25
|
469
|
+
[1m[35m (131.8ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
470
|
+
↳ bin/rails:25
|
471
|
+
[1m[35m (551.2ms)[0m [1m[35mCREATE DATABASE "dummy_dev" ENCODING = 'utf8'[0m
|
472
|
+
↳ bin/rails:25
|
473
|
+
[1m[35m (593.7ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
474
|
+
↳ bin/rails:25
|
475
|
+
[1m[35m (123.9ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
476
|
+
↳ bin/rails:25
|
477
|
+
[1m[35m (45.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
478
|
+
↳ bin/rails:25
|
479
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT pg_try_advisory_lock(7325747718710370390)[0m
|
480
|
+
↳ bin/rails:25
|
481
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
482
|
+
↳ bin/rails:25
|
483
|
+
Migrating to CreateApiUserAuthAuthUsers (20180703111608)
|
43
484
|
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
44
485
|
↳ bin/rails:25
|
45
|
-
[1m[
|
46
|
-
↳ /home/
|
47
|
-
[1m[35m (
|
48
|
-
↳ /home/
|
49
|
-
[1m[
|
486
|
+
[1m[35mSQL (0.6ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
487
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:3
|
488
|
+
[1m[35m (67.4ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "user_provider_data" jsonb DEFAULT '{}', "provider" character varying DEFAULT 'email', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
489
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
490
|
+
[1m[35m (21.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
491
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
492
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.8ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180703111608"]]
|
50
493
|
↳ bin/rails:25
|
51
|
-
[1m[35m (
|
494
|
+
[1m[35m (30.2ms)[0m [1m[35mCOMMIT[0m
|
52
495
|
↳ bin/rails:25
|
53
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.
|
496
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
54
497
|
↳ bin/rails:25
|
55
498
|
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
56
499
|
↳ bin/rails:25
|
57
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.
|
500
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.8ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-20 12:47:13.995013"], ["updated_at", "2018-07-20 12:47:13.995013"]]
|
58
501
|
↳ bin/rails:25
|
59
|
-
[1m[35m (
|
502
|
+
[1m[35m (56.1ms)[0m [1m[35mCOMMIT[0m
|
60
503
|
↳ bin/rails:25
|
61
504
|
[1m[35m (0.6ms)[0m [1m[34mSELECT pg_advisory_unlock(7325747718710370390)[0m
|
62
505
|
↳ bin/rails:25
|
63
|
-
[1m[35m (0.
|
506
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
64
507
|
↳ bin/rails:25
|
65
|
-
[1m[35m (
|
508
|
+
[1m[35m (23.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
66
509
|
↳ bin/rails:25
|
67
|
-
[1m[35m (
|
510
|
+
[1m[35m (1.4ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
68
511
|
↳ bin/rails:25
|
69
|
-
[1m[35m (0.
|
512
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
70
513
|
↳ bin/rails:25
|
71
|
-
[1m[35m (0.
|
514
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
72
515
|
↳ bin/rails:25
|
73
|
-
[1m[35m (0.
|
516
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
74
517
|
↳ bin/rails:25
|
75
|
-
[1m[35m (0.
|
518
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
76
519
|
↳ bin/rails:25
|
77
|
-
[1m[35m (
|
520
|
+
[1m[35m (244.4ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
78
521
|
↳ bin/rails:25
|
79
|
-
[1m[35m (
|
522
|
+
[1m[35m (589.9ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
80
523
|
↳ bin/rails:25
|
81
|
-
[1m[35mSQL (
|
524
|
+
[1m[35mSQL (0.7ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
82
525
|
↳ db/schema.rb:16
|
83
526
|
[1m[35mSQL (0.5ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
|
84
527
|
↳ db/schema.rb:17
|
85
528
|
[1m[35m (0.5ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_auth_users" CASCADE[0m
|
86
529
|
↳ db/schema.rb:19
|
87
|
-
[1m[35m (
|
530
|
+
[1m[35m (70.0ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "user_provider_data" jsonb DEFAULT '{}', "provider" character varying DEFAULT 'email', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
531
|
+
↳ db/schema.rb:19
|
532
|
+
[1m[35m (41.0ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
533
|
+
↳ db/schema.rb:19
|
534
|
+
[1m[35m (74.0ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
535
|
+
↳ db/schema.rb:13
|
536
|
+
[1m[35m (1.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
537
|
+
↳ db/schema.rb:13
|
538
|
+
[1m[35m (9.1ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180703111608)[0m
|
539
|
+
↳ db/schema.rb:13
|
540
|
+
[1m[35m (395.1ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
541
|
+
↳ db/schema.rb:13
|
542
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
543
|
+
↳ db/schema.rb:13
|
544
|
+
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
545
|
+
↳ db/schema.rb:13
|
546
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.9ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-26 14:16:48.679513"], ["updated_at", "2018-07-26 14:16:48.679513"]]
|
547
|
+
↳ db/schema.rb:13
|
548
|
+
[1m[35m (212.9ms)[0m [1m[35mCOMMIT[0m
|
549
|
+
↳ db/schema.rb:13
|
550
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
551
|
+
↳ bin/rails:25
|
552
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
553
|
+
↳ bin/rails:25
|
554
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.7ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3[0m [["value", "test"], ["updated_at", "2018-07-26 14:16:48.902983"], ["key", "environment"]]
|
555
|
+
↳ bin/rails:25
|
556
|
+
[1m[35m (7.9ms)[0m [1m[35mCOMMIT[0m
|
557
|
+
↳ bin/rails:25
|
558
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
559
|
+
↳ bin/rails:25
|
560
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
561
|
+
↳ bin/rails:25
|
562
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
563
|
+
↳ bin/rails:25
|
564
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
565
|
+
↳ bin/rails:25
|
566
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
567
|
+
↳ bin/rails:25
|
568
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
569
|
+
↳ bin/rails:25
|
570
|
+
[1m[35m (882.4ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_dev"[0m
|
571
|
+
↳ bin/rails:25
|
572
|
+
[1m[35m (144.4ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
573
|
+
↳ bin/rails:25
|
574
|
+
[1m[35m (871.9ms)[0m [1m[35mCREATE DATABASE "dummy_dev" ENCODING = 'utf8'[0m
|
575
|
+
↳ bin/rails:25
|
576
|
+
[1m[35m (513.4ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
577
|
+
↳ bin/rails:25
|
578
|
+
[1m[35m (80.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
579
|
+
↳ bin/rails:25
|
580
|
+
[1m[35m (66.3ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
581
|
+
↳ bin/rails:25
|
582
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT pg_try_advisory_lock(7325747718710370390)[0m
|
583
|
+
↳ bin/rails:25
|
584
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
585
|
+
↳ bin/rails:25
|
586
|
+
Migrating to CreateApiUserAuthAuthUsers (20180703111608)
|
587
|
+
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
588
|
+
↳ bin/rails:25
|
589
|
+
[1m[35mSQL (0.6ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
590
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:3
|
591
|
+
[1m[35m (51.2ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "user_provider_data" jsonb DEFAULT '{}', "provider" character varying DEFAULT 'email', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
592
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
593
|
+
[1m[35m (34.0ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
594
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
595
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180703111608"]]
|
596
|
+
↳ bin/rails:25
|
597
|
+
[1m[35m (47.1ms)[0m [1m[35mCOMMIT[0m
|
598
|
+
↳ bin/rails:25
|
599
|
+
Migrating to CreateApiUserAuthProviderTokens (20180726140712)
|
600
|
+
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
601
|
+
↳ bin/rails:25
|
602
|
+
[1m[35m (26.2ms)[0m [1m[35mCREATE TABLE "api_user_auth_provider_tokens" ("id" bigserial primary key, "api_user_auth_auth_user_id" bigint, "provider_id" integer DEFAULT 0, "user_id" character varying NOT NULL, "user_data" jsonb DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
603
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180726140712_create_api_user_auth_provider_tokens.rb:3
|
604
|
+
[1m[35m (1.3ms)[0m [1m[31mROLLBACK[0m
|
605
|
+
↳ bin/rails:25
|
606
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT pg_advisory_unlock(7325747718710370390)[0m
|
607
|
+
↳ bin/rails:25
|
608
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_try_advisory_lock(7325747718710370390)[0m
|
609
|
+
↳ bin/rails:25
|
610
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
611
|
+
↳ bin/rails:25
|
612
|
+
Migrating to CreateApiUserAuthProviderTokens (20180726140712)
|
613
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
614
|
+
↳ bin/rails:25
|
615
|
+
[1m[35m (30.7ms)[0m [1m[35mCREATE TABLE "api_user_auth_provider_tokens" ("id" bigserial primary key, "api_user_auth_auth_user_id" bigint, "provider_id" integer DEFAULT 0, "user_id" character varying NOT NULL, "user_data" jsonb DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
616
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180726140712_create_api_user_auth_provider_tokens.rb:3
|
617
|
+
[1m[35m (1.1ms)[0m [1m[31mROLLBACK[0m
|
618
|
+
↳ bin/rails:25
|
619
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT pg_advisory_unlock(7325747718710370390)[0m
|
620
|
+
↳ bin/rails:25
|
621
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_try_advisory_lock(7325747718710370390)[0m
|
622
|
+
↳ bin/rails:25
|
623
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
624
|
+
↳ bin/rails:25
|
625
|
+
Migrating to CreateApiUserAuthProviderTokens (20180726140712)
|
626
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
627
|
+
↳ bin/rails:25
|
628
|
+
[1m[35m (60.0ms)[0m [1m[35mCREATE TABLE "api_user_auth_provider_tokens" ("id" bigserial primary key, "api_user_auth_auth_user_id" bigint, "provider_id" integer DEFAULT 0, "user_id" character varying NOT NULL, "user_data" jsonb DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
629
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180726140712_create_api_user_auth_provider_tokens.rb:3
|
630
|
+
[1m[35m (50.0ms)[0m [1m[35mCREATE INDEX "my_supplier_index" ON "api_user_auth_provider_tokens" ("api_user_auth_auth_user_id")[0m
|
631
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180726140712_create_api_user_auth_provider_tokens.rb:3
|
632
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.7ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180726140712"]]
|
633
|
+
↳ bin/rails:25
|
634
|
+
[1m[35m (50.0ms)[0m [1m[35mCOMMIT[0m
|
635
|
+
↳ bin/rails:25
|
636
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
637
|
+
↳ bin/rails:25
|
638
|
+
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
639
|
+
↳ bin/rails:25
|
640
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.9ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-26 14:22:39.524329"], ["updated_at", "2018-07-26 14:22:39.524329"]]
|
641
|
+
↳ bin/rails:25
|
642
|
+
[1m[35m (34.7ms)[0m [1m[35mCOMMIT[0m
|
643
|
+
↳ bin/rails:25
|
644
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT pg_advisory_unlock(7325747718710370390)[0m
|
645
|
+
↳ bin/rails:25
|
646
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
647
|
+
↳ bin/rails:25
|
648
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_try_advisory_lock(7325747718710370390)[0m
|
649
|
+
↳ bin/rails:25
|
650
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
651
|
+
↳ bin/rails:25
|
652
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
653
|
+
↳ bin/rails:25
|
654
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
655
|
+
↳ bin/rails:25
|
656
|
+
[1m[35m (0.1ms)[0m [1m[35mCOMMIT[0m
|
657
|
+
↳ bin/rails:25
|
658
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_advisory_unlock(7325747718710370390)[0m
|
659
|
+
↳ bin/rails:25
|
660
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
661
|
+
↳ bin/rails:25
|
662
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
663
|
+
↳ bin/rails:25
|
664
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
665
|
+
↳ bin/rails:25
|
666
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
667
|
+
↳ bin/rails:25
|
668
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
669
|
+
↳ bin/rails:25
|
670
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
671
|
+
↳ bin/rails:25
|
672
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
673
|
+
↳ bin/rails:25
|
674
|
+
[1m[35m (254.1ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_dev"[0m
|
675
|
+
↳ bin/rails:25
|
676
|
+
[1m[35m (135.1ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
677
|
+
↳ bin/rails:25
|
678
|
+
[1m[35m (629.9ms)[0m [1m[35mCREATE DATABASE "dummy_dev" ENCODING = 'utf8'[0m
|
679
|
+
↳ bin/rails:25
|
680
|
+
[1m[35m (670.8ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
681
|
+
↳ bin/rails:25
|
682
|
+
[1m[35m (72.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
683
|
+
↳ bin/rails:25
|
684
|
+
[1m[35m (69.1ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
685
|
+
↳ bin/rails:25
|
686
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT pg_try_advisory_lock(7325747718710370390)[0m
|
687
|
+
↳ bin/rails:25
|
688
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
689
|
+
↳ bin/rails:25
|
690
|
+
Migrating to CreateApiUserAuthAuthUsers (20180703111608)
|
691
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
692
|
+
↳ bin/rails:25
|
693
|
+
[1m[35mSQL (0.6ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
694
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:3
|
695
|
+
[1m[35m (95.4ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "user_provider_data" jsonb DEFAULT '{}', "provider" character varying DEFAULT 'email', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
696
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
697
|
+
[1m[35m (52.3ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
698
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
699
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.8ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180703111608"]]
|
700
|
+
↳ bin/rails:25
|
701
|
+
[1m[35m (48.5ms)[0m [1m[35mCOMMIT[0m
|
702
|
+
↳ bin/rails:25
|
703
|
+
Migrating to CreateApiUserAuthProviderTokens (20180726140712)
|
704
|
+
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
705
|
+
↳ bin/rails:25
|
706
|
+
[1m[35m (62.0ms)[0m [1m[35mCREATE TABLE "api_user_auth_provider_tokens" ("id" bigserial primary key, "api_user_auth_auth_user_id" bigint, "provider_id" integer DEFAULT 0, "user_id" character varying NOT NULL, "user_data" jsonb DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
707
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180726140712_create_api_user_auth_provider_tokens.rb:3
|
708
|
+
[1m[35m (30.7ms)[0m [1m[35mCREATE INDEX "provider_auth_user_id" ON "api_user_auth_provider_tokens" ("api_user_auth_auth_user_id")[0m
|
709
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180726140712_create_api_user_auth_provider_tokens.rb:3
|
710
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.6ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180726140712"]]
|
711
|
+
↳ bin/rails:25
|
712
|
+
[1m[35m (16.3ms)[0m [1m[35mCOMMIT[0m
|
713
|
+
↳ bin/rails:25
|
714
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
715
|
+
↳ bin/rails:25
|
716
|
+
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
717
|
+
↳ bin/rails:25
|
718
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.9ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-26 14:23:23.319242"], ["updated_at", "2018-07-26 14:23:23.319242"]]
|
719
|
+
↳ bin/rails:25
|
720
|
+
[1m[35m (52.0ms)[0m [1m[35mCOMMIT[0m
|
721
|
+
↳ bin/rails:25
|
722
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT pg_advisory_unlock(7325747718710370390)[0m
|
723
|
+
↳ bin/rails:25
|
724
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
725
|
+
↳ bin/rails:25
|
726
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
727
|
+
↳ bin/rails:25
|
728
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
729
|
+
↳ bin/rails:25
|
730
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
731
|
+
↳ bin/rails:25
|
732
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
733
|
+
↳ bin/rails:25
|
734
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
735
|
+
↳ bin/rails:25
|
736
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
737
|
+
↳ bin/rails:25
|
738
|
+
[1m[35m (234.2ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
739
|
+
↳ bin/rails:25
|
740
|
+
[1m[35m (615.9ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
741
|
+
↳ bin/rails:25
|
742
|
+
[1m[35mSQL (0.2ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
743
|
+
↳ db/schema.rb:16
|
744
|
+
[1m[35mSQL (0.2ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
|
745
|
+
↳ db/schema.rb:17
|
746
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_auth_users" CASCADE[0m
|
747
|
+
↳ db/schema.rb:19
|
748
|
+
[1m[35m (33.8ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "user_provider_data" jsonb DEFAULT '{}', "provider" character varying DEFAULT 'email', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
88
749
|
↳ db/schema.rb:19
|
89
|
-
[1m[35m (
|
750
|
+
[1m[35m (29.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
90
751
|
↳ db/schema.rb:19
|
91
|
-
[1m[35m (0.
|
752
|
+
[1m[35m (0.5ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_provider_tokens" CASCADE[0m
|
92
753
|
↳ db/schema.rb:31
|
93
|
-
[1m[35m (
|
754
|
+
[1m[35m (77.9ms)[0m [1m[35mCREATE TABLE "api_user_auth_provider_tokens" ("id" bigserial primary key, "api_user_auth_auth_user_id" bigint, "provider_id" integer DEFAULT 0, "user_id" character varying NOT NULL, "user_data" jsonb DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
94
755
|
↳ db/schema.rb:31
|
95
|
-
[1m[35m (
|
756
|
+
[1m[35m (44.8ms)[0m [1m[35mCREATE INDEX "provider_auth_user_id" ON "api_user_auth_provider_tokens" ("api_user_auth_auth_user_id")[0m
|
96
757
|
↳ db/schema.rb:31
|
97
|
-
[1m[35m (
|
758
|
+
[1m[35m (78.0ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
98
759
|
↳ db/schema.rb:13
|
99
|
-
[1m[35m (1.
|
760
|
+
[1m[35m (1.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
100
761
|
↳ db/schema.rb:13
|
101
|
-
[1m[35m (
|
762
|
+
[1m[35m (32.6ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180726140712)[0m
|
102
763
|
↳ db/schema.rb:13
|
103
|
-
[1m[35m (
|
764
|
+
[1m[35m (9.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
104
765
|
(20180703111608);
|
105
766
|
|
106
767
|
[0m
|
107
768
|
↳ db/schema.rb:13
|
108
|
-
[1m[35m (
|
769
|
+
[1m[35m (73.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
109
770
|
↳ db/schema.rb:13
|
110
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.
|
771
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
111
772
|
↳ db/schema.rb:13
|
112
|
-
[1m[35m (0.
|
773
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
113
774
|
↳ db/schema.rb:13
|
114
|
-
[1m[36mActiveRecord::InternalMetadata Create (
|
775
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-26 14:24:15.060827"], ["updated_at", "2018-07-26 14:24:15.060827"]]
|
115
776
|
↳ db/schema.rb:13
|
116
|
-
[1m[35m (
|
777
|
+
[1m[35m (32.3ms)[0m [1m[35mCOMMIT[0m
|
117
778
|
↳ db/schema.rb:13
|
118
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.
|
779
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
780
|
+
↳ bin/rails:25
|
781
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
782
|
+
↳ bin/rails:25
|
783
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.4ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3[0m [["value", "test"], ["updated_at", "2018-07-26 14:24:15.097524"], ["key", "environment"]]
|
784
|
+
↳ bin/rails:25
|
785
|
+
[1m[35m (31.4ms)[0m [1m[35mCOMMIT[0m
|
786
|
+
↳ bin/rails:25
|
787
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
788
|
+
↳ bin/rails:25
|
789
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
790
|
+
↳ bin/rails:25
|
791
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
792
|
+
↳ bin/rails:25
|
793
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
794
|
+
↳ bin/rails:25
|
795
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
796
|
+
↳ bin/rails:25
|
797
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
798
|
+
↳ bin/rails:25
|
799
|
+
[1m[35m (147.1ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_dev"[0m
|
800
|
+
↳ bin/rails:25
|
801
|
+
[1m[35m (262.1ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
802
|
+
↳ bin/rails:25
|
803
|
+
[1m[35m (629.1ms)[0m [1m[35mCREATE DATABASE "dummy_dev" ENCODING = 'utf8'[0m
|
804
|
+
↳ bin/rails:25
|
805
|
+
[1m[35m (599.1ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
806
|
+
↳ bin/rails:25
|
807
|
+
[1m[35m (39.6ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
808
|
+
↳ bin/rails:25
|
809
|
+
[1m[35m (86.3ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
810
|
+
↳ bin/rails:25
|
811
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT pg_try_advisory_lock(7325747718710370390)[0m
|
812
|
+
↳ bin/rails:25
|
813
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
814
|
+
↳ bin/rails:25
|
815
|
+
Migrating to CreateApiUserAuthAuthUsers (20180703111608)
|
816
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
817
|
+
↳ bin/rails:25
|
818
|
+
[1m[35mSQL (0.2ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
819
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:3
|
820
|
+
[1m[35m (49.5ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "user_provider_data" jsonb DEFAULT '{}', "provider" character varying DEFAULT 'email', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
821
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
822
|
+
[1m[35m (41.0ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
823
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
824
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.8ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180703111608"]]
|
825
|
+
↳ bin/rails:25
|
826
|
+
[1m[35m (57.4ms)[0m [1m[35mCOMMIT[0m
|
827
|
+
↳ bin/rails:25
|
828
|
+
Migrating to CreateApiUserAuthProviderTokens (20180726140712)
|
829
|
+
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
830
|
+
↳ bin/rails:25
|
831
|
+
[1m[35m (88.3ms)[0m [1m[35mCREATE TABLE "api_user_auth_provider_tokens" ("id" bigserial primary key, "api_user_auth_auth_user_id" bigint, "provider" integer DEFAULT 0, "user_id" character varying NOT NULL, "user_data" jsonb DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
832
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180726140712_create_api_user_auth_provider_tokens.rb:3
|
833
|
+
[1m[35m (38.8ms)[0m [1m[35mCREATE INDEX "provider_auth_user_id" ON "api_user_auth_provider_tokens" ("api_user_auth_auth_user_id")[0m
|
834
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180726140712_create_api_user_auth_provider_tokens.rb:3
|
835
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.7ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180726140712"]]
|
836
|
+
↳ bin/rails:25
|
837
|
+
[1m[35m (18.8ms)[0m [1m[35mCOMMIT[0m
|
838
|
+
↳ bin/rails:25
|
839
|
+
[1m[36mActiveRecord::InternalMetadata Load (1.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
840
|
+
↳ bin/rails:25
|
841
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
842
|
+
↳ bin/rails:25
|
843
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.8ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-26 14:50:12.496796"], ["updated_at", "2018-07-26 14:50:12.496796"]]
|
844
|
+
↳ bin/rails:25
|
845
|
+
[1m[35m (40.8ms)[0m [1m[35mCOMMIT[0m
|
846
|
+
↳ bin/rails:25
|
847
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT pg_advisory_unlock(7325747718710370390)[0m
|
848
|
+
↳ bin/rails:25
|
849
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
850
|
+
↳ bin/rails:25
|
851
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
852
|
+
↳ bin/rails:25
|
853
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
854
|
+
↳ bin/rails:25
|
855
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
856
|
+
↳ bin/rails:25
|
857
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
858
|
+
↳ bin/rails:25
|
859
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
860
|
+
↳ bin/rails:25
|
861
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
862
|
+
↳ bin/rails:25
|
863
|
+
[1m[35m (918.1ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
864
|
+
↳ bin/rails:25
|
865
|
+
[1m[35m (500.0ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
866
|
+
↳ bin/rails:25
|
867
|
+
[1m[35mSQL (0.2ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
868
|
+
↳ db/schema.rb:16
|
869
|
+
[1m[35mSQL (0.2ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
|
870
|
+
↳ db/schema.rb:17
|
871
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_auth_users" CASCADE[0m
|
872
|
+
↳ db/schema.rb:19
|
873
|
+
[1m[35m (74.3ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "user_provider_data" jsonb DEFAULT '{}', "provider" character varying DEFAULT 'email', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
874
|
+
↳ db/schema.rb:19
|
875
|
+
[1m[35m (27.6ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
876
|
+
↳ db/schema.rb:19
|
877
|
+
[1m[35m (0.5ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_provider_tokens" CASCADE[0m
|
878
|
+
↳ db/schema.rb:31
|
879
|
+
[1m[35m (67.2ms)[0m [1m[35mCREATE TABLE "api_user_auth_provider_tokens" ("id" bigserial primary key, "api_user_auth_auth_user_id" bigint, "provider" integer DEFAULT 0, "user_id" character varying NOT NULL, "user_data" jsonb DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
880
|
+
↳ db/schema.rb:31
|
881
|
+
[1m[35m (35.8ms)[0m [1m[35mCREATE INDEX "provider_auth_user_id" ON "api_user_auth_provider_tokens" ("api_user_auth_auth_user_id")[0m
|
882
|
+
↳ db/schema.rb:31
|
883
|
+
[1m[35m (70.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
884
|
+
↳ db/schema.rb:13
|
885
|
+
[1m[35m (1.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
886
|
+
↳ db/schema.rb:13
|
887
|
+
[1m[35m (8.8ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180726140712)[0m
|
888
|
+
↳ db/schema.rb:13
|
889
|
+
[1m[35m (9.5ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
890
|
+
(20180703111608);
|
891
|
+
|
892
|
+
[0m
|
893
|
+
↳ db/schema.rb:13
|
894
|
+
[1m[35m (87.5ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
895
|
+
↳ db/schema.rb:13
|
896
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
897
|
+
↳ db/schema.rb:13
|
898
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
899
|
+
↳ db/schema.rb:13
|
900
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-26 14:50:23.804958"], ["updated_at", "2018-07-26 14:50:23.804958"]]
|
901
|
+
↳ db/schema.rb:13
|
902
|
+
[1m[35m (34.1ms)[0m [1m[35mCOMMIT[0m
|
903
|
+
↳ db/schema.rb:13
|
904
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
905
|
+
↳ bin/rails:25
|
906
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
907
|
+
↳ bin/rails:25
|
908
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.7ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3[0m [["value", "test"], ["updated_at", "2018-07-26 14:50:23.845530"], ["key", "environment"]]
|
909
|
+
↳ bin/rails:25
|
910
|
+
[1m[35m (33.1ms)[0m [1m[35mCOMMIT[0m
|
911
|
+
↳ bin/rails:25
|
912
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
913
|
+
↳ bin/rails:25
|
914
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
915
|
+
↳ bin/rails:25
|
916
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
917
|
+
↳ bin/rails:25
|
918
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
919
|
+
↳ bin/rails:25
|
920
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
921
|
+
↳ bin/rails:25
|
922
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
923
|
+
↳ bin/rails:25
|
924
|
+
[1m[35m (248.9ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_dev"[0m
|
925
|
+
↳ bin/rails:25
|
926
|
+
[1m[35m (148.5ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
927
|
+
↳ bin/rails:25
|
928
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
929
|
+
↳ bin/rails:25
|
930
|
+
[1m[35m (628.5ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
931
|
+
↳ bin/rails:25
|
932
|
+
[1m[35mSQL (0.2ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
933
|
+
↳ db/schema.rb:16
|
934
|
+
[1m[35mSQL (0.2ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
|
935
|
+
↳ db/schema.rb:17
|
936
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_auth_users" CASCADE[0m
|
937
|
+
↳ db/schema.rb:19
|
938
|
+
[1m[35m (37.4ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "user_provider_data" jsonb DEFAULT '{}', "provider" character varying DEFAULT 'email', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
939
|
+
↳ db/schema.rb:19
|
940
|
+
[1m[35m (66.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
941
|
+
↳ db/schema.rb:19
|
942
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_provider_tokens" CASCADE[0m
|
943
|
+
↳ db/schema.rb:31
|
944
|
+
[1m[35m (55.5ms)[0m [1m[35mCREATE TABLE "api_user_auth_provider_tokens" ("id" bigserial primary key, "api_user_auth_auth_user_id" bigint, "provider" integer DEFAULT 0, "user_id" character varying NOT NULL, "user_data" jsonb DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
945
|
+
↳ db/schema.rb:31
|
946
|
+
[1m[35m (209.4ms)[0m [1m[35mCREATE INDEX "provider_auth_user_id" ON "api_user_auth_provider_tokens" ("api_user_auth_auth_user_id")[0m
|
947
|
+
↳ db/schema.rb:31
|
948
|
+
[1m[35m (45.8ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
949
|
+
↳ db/schema.rb:13
|
950
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
951
|
+
↳ db/schema.rb:13
|
952
|
+
[1m[35m (41.5ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180726140712)[0m
|
953
|
+
↳ db/schema.rb:13
|
954
|
+
[1m[35m (3.7ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
955
|
+
(20180703111608);
|
956
|
+
|
957
|
+
[0m
|
958
|
+
↳ db/schema.rb:13
|
959
|
+
[1m[35m (57.3ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
960
|
+
↳ db/schema.rb:13
|
961
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
962
|
+
↳ db/schema.rb:13
|
963
|
+
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
|
964
|
+
↳ db/schema.rb:13
|
965
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-26 15:19:02.423981"], ["updated_at", "2018-07-26 15:19:02.423981"]]
|
966
|
+
↳ db/schema.rb:13
|
967
|
+
[1m[35m (42.0ms)[0m [1m[35mCOMMIT[0m
|
968
|
+
↳ db/schema.rb:13
|
969
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
970
|
+
↳ bin/rails:25
|
971
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
972
|
+
↳ bin/rails:25
|
973
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.2ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3[0m [["value", "test"], ["updated_at", "2018-07-26 15:19:02.469306"], ["key", "environment"]]
|
974
|
+
↳ bin/rails:25
|
975
|
+
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
|
976
|
+
↳ bin/rails:25
|
977
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_dev"[0m
|
978
|
+
↳ bin/rails:25
|
979
|
+
[1m[35m (252.6ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
980
|
+
↳ bin/rails:25
|
981
|
+
[1m[35m (657.3ms)[0m [1m[35mCREATE DATABASE "dummy_dev" ENCODING = 'utf8'[0m
|
982
|
+
↳ bin/rails:25
|
983
|
+
[1m[35m (589.4ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
984
|
+
↳ bin/rails:25
|
985
|
+
[1m[35m (244.6ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
986
|
+
↳ bin/rails:25
|
987
|
+
[1m[35m (561.0ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
988
|
+
↳ bin/rails:25
|
989
|
+
[1m[35mSQL (0.2ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
990
|
+
↳ db/schema.rb:16
|
991
|
+
[1m[35mSQL (0.2ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
|
992
|
+
↳ db/schema.rb:17
|
993
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_auth_users" CASCADE[0m
|
994
|
+
↳ db/schema.rb:19
|
995
|
+
[1m[35m (54.3ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "user_provider_data" jsonb DEFAULT '{}', "provider" character varying DEFAULT 'email', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
996
|
+
↳ db/schema.rb:19
|
997
|
+
[1m[35m (30.5ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
998
|
+
↳ db/schema.rb:19
|
999
|
+
[1m[35m (0.5ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_provider_tokens" CASCADE[0m
|
1000
|
+
↳ db/schema.rb:31
|
1001
|
+
[1m[35m (88.7ms)[0m [1m[35mCREATE TABLE "api_user_auth_provider_tokens" ("id" bigserial primary key, "api_user_auth_auth_user_id" bigint, "provider" integer DEFAULT 0, "user_id" character varying NOT NULL, "user_data" jsonb DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1002
|
+
↳ db/schema.rb:31
|
1003
|
+
[1m[35m (61.5ms)[0m [1m[35mCREATE INDEX "provider_auth_user_id" ON "api_user_auth_provider_tokens" ("api_user_auth_auth_user_id")[0m
|
1004
|
+
↳ db/schema.rb:31
|
1005
|
+
[1m[35m (72.6ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
1006
|
+
↳ db/schema.rb:13
|
1007
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1008
|
+
↳ db/schema.rb:13
|
1009
|
+
[1m[35m (41.6ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180726140712)[0m
|
1010
|
+
↳ db/schema.rb:13
|
1011
|
+
[1m[35m (33.8ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
1012
|
+
(20180703111608);
|
1013
|
+
|
1014
|
+
[0m
|
1015
|
+
↳ db/schema.rb:13
|
1016
|
+
[1m[35m (37.1ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1017
|
+
↳ db/schema.rb:13
|
1018
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
1019
|
+
↳ db/schema.rb:13
|
1020
|
+
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
1021
|
+
↳ db/schema.rb:13
|
1022
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.9ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-26 15:21:49.315746"], ["updated_at", "2018-07-26 15:21:49.315746"]]
|
1023
|
+
↳ db/schema.rb:13
|
1024
|
+
[1m[35m (53.8ms)[0m [1m[35mCOMMIT[0m
|
1025
|
+
↳ db/schema.rb:13
|
1026
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
1027
|
+
↳ bin/rails:25
|
1028
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
1029
|
+
↳ bin/rails:25
|
1030
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.7ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3[0m [["value", "test"], ["updated_at", "2018-07-26 15:21:49.380182"], ["key", "environment"]]
|
1031
|
+
↳ bin/rails:25
|
1032
|
+
[1m[35m (14.2ms)[0m [1m[35mCOMMIT[0m
|
1033
|
+
↳ bin/rails:25
|
1034
|
+
[1m[35m (433.8ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
1035
|
+
↳ bin/rails:25
|
1036
|
+
[1m[35m (622.8ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
1037
|
+
↳ bin/rails:25
|
1038
|
+
[1m[35mSQL (0.2ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
1039
|
+
↳ db/schema.rb:16
|
1040
|
+
[1m[35mSQL (0.2ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
|
1041
|
+
↳ db/schema.rb:17
|
1042
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_auth_users" CASCADE[0m
|
1043
|
+
↳ db/schema.rb:19
|
1044
|
+
[1m[35m (67.5ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "user_provider_data" jsonb DEFAULT '{}', "provider" character varying DEFAULT 'email', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1045
|
+
↳ db/schema.rb:19
|
1046
|
+
[1m[35m (38.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
1047
|
+
↳ db/schema.rb:19
|
1048
|
+
[1m[35m (0.5ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_provider_tokens" CASCADE[0m
|
1049
|
+
↳ db/schema.rb:31
|
1050
|
+
[1m[35m (64.3ms)[0m [1m[35mCREATE TABLE "api_user_auth_provider_tokens" ("id" bigserial primary key, "api_user_auth_auth_user_id" bigint, "provider" integer DEFAULT 0, "user_id" character varying NOT NULL, "user_data" jsonb DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1051
|
+
↳ db/schema.rb:31
|
1052
|
+
[1m[35m (61.0ms)[0m [1m[35mCREATE INDEX "provider_auth_user_id" ON "api_user_auth_provider_tokens" ("api_user_auth_auth_user_id")[0m
|
1053
|
+
↳ db/schema.rb:31
|
1054
|
+
[1m[35m (97.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
1055
|
+
↳ db/schema.rb:13
|
1056
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1057
|
+
↳ db/schema.rb:13
|
1058
|
+
[1m[35m (42.8ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180726140712)[0m
|
1059
|
+
↳ db/schema.rb:13
|
1060
|
+
[1m[35m (9.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
1061
|
+
(20180703111608);
|
1062
|
+
|
1063
|
+
[0m
|
1064
|
+
↳ db/schema.rb:13
|
1065
|
+
[1m[35m (73.5ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1066
|
+
↳ db/schema.rb:13
|
1067
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
1068
|
+
↳ db/schema.rb:13
|
1069
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
1070
|
+
↳ db/schema.rb:13
|
1071
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.9ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-26 15:23:45.255648"], ["updated_at", "2018-07-26 15:23:45.255648"]]
|
1072
|
+
↳ db/schema.rb:13
|
1073
|
+
[1m[35m (57.7ms)[0m [1m[35mCOMMIT[0m
|
1074
|
+
↳ db/schema.rb:13
|
1075
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
1076
|
+
↳ bin/rails:25
|
1077
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
1078
|
+
↳ bin/rails:25
|
1079
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.7ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3[0m [["value", "test"], ["updated_at", "2018-07-26 15:23:45.323600"], ["key", "environment"]]
|
1080
|
+
↳ bin/rails:25
|
1081
|
+
[1m[35m (13.8ms)[0m [1m[35mCOMMIT[0m
|
1082
|
+
↳ bin/rails:25
|
1083
|
+
[1m[35m (923.0ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_dev"[0m
|
1084
|
+
↳ bin/rails:25
|
1085
|
+
[1m[35m (245.5ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
1086
|
+
↳ bin/rails:25
|
1087
|
+
[1m[35m (531.9ms)[0m [1m[35mCREATE DATABASE "dummy_dev" ENCODING = 'utf8'[0m
|
1088
|
+
↳ bin/rails:25
|
1089
|
+
[1m[35m (600.4ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
1090
|
+
↳ bin/rails:25
|
1091
|
+
[1m[35m (111.5ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
1092
|
+
↳ bin/rails:25
|
1093
|
+
[1m[35m (92.6ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1094
|
+
↳ bin/rails:25
|
1095
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT pg_try_advisory_lock(7325747718710370390)[0m
|
1096
|
+
↳ bin/rails:25
|
1097
|
+
[1m[35m (1.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1098
|
+
↳ bin/rails:25
|
1099
|
+
Migrating to CreateApiUserAuthAuthUsers (20180703111608)
|
1100
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
1101
|
+
↳ bin/rails:25
|
1102
|
+
[1m[35mSQL (0.6ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
1103
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:3
|
1104
|
+
[1m[35m (66.2ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "user_provider_data" jsonb DEFAULT '{}', "provider" character varying DEFAULT 'email', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1105
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
1106
|
+
[1m[35m (42.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
1107
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
1108
|
+
[1m[36mActiveRecord::SchemaMigration Create (1.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180703111608"]]
|
1109
|
+
↳ bin/rails:25
|
1110
|
+
[1m[35m (42.6ms)[0m [1m[35mCOMMIT[0m
|
1111
|
+
↳ bin/rails:25
|
1112
|
+
Migrating to CreateApiUserAuthProviderTokens (20180726140712)
|
1113
|
+
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
1114
|
+
↳ bin/rails:25
|
1115
|
+
[1m[35m (60.4ms)[0m [1m[35mCREATE TABLE "api_user_auth_provider_tokens" ("id" bigserial primary key, "auth_user_id" bigint, "provider" integer DEFAULT 0, "user_id" character varying NOT NULL, "user_data" jsonb DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1116
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180726140712_create_api_user_auth_provider_tokens.rb:3
|
1117
|
+
[1m[35m (54.3ms)[0m [1m[35mCREATE INDEX "index_api_user_auth_provider_tokens_on_auth_user_id" ON "api_user_auth_provider_tokens" ("auth_user_id")[0m
|
1118
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180726140712_create_api_user_auth_provider_tokens.rb:3
|
1119
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.6ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180726140712"]]
|
1120
|
+
↳ bin/rails:25
|
1121
|
+
[1m[35m (14.7ms)[0m [1m[35mCOMMIT[0m
|
1122
|
+
↳ bin/rails:25
|
1123
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.7ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
1124
|
+
↳ bin/rails:25
|
1125
|
+
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
1126
|
+
↳ bin/rails:25
|
1127
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.9ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-26 15:24:00.631422"], ["updated_at", "2018-07-26 15:24:00.631422"]]
|
1128
|
+
↳ bin/rails:25
|
1129
|
+
[1m[35m (50.8ms)[0m [1m[35mCOMMIT[0m
|
1130
|
+
↳ bin/rails:25
|
1131
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT pg_advisory_unlock(7325747718710370390)[0m
|
1132
|
+
↳ bin/rails:25
|
1133
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1134
|
+
↳ bin/rails:25
|
1135
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1136
|
+
↳ bin/rails:25
|
1137
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
1138
|
+
↳ bin/rails:25
|
1139
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1140
|
+
↳ bin/rails:25
|
1141
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
1142
|
+
↳ bin/rails:25
|
1143
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1144
|
+
↳ bin/rails:25
|
1145
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
1146
|
+
↳ bin/rails:25
|
1147
|
+
[1m[35m (1031.7ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
1148
|
+
↳ bin/rails:25
|
1149
|
+
[1m[35m (631.1ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
1150
|
+
↳ bin/rails:25
|
1151
|
+
[1m[35mSQL (0.7ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
1152
|
+
↳ db/schema.rb:16
|
1153
|
+
[1m[35mSQL (0.5ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
|
1154
|
+
↳ db/schema.rb:17
|
1155
|
+
[1m[35m (0.5ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_auth_users" CASCADE[0m
|
1156
|
+
↳ db/schema.rb:19
|
1157
|
+
[1m[35m (62.6ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "user_provider_data" jsonb DEFAULT '{}', "provider" character varying DEFAULT 'email', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1158
|
+
↳ db/schema.rb:19
|
1159
|
+
[1m[35m (30.3ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
1160
|
+
↳ db/schema.rb:19
|
1161
|
+
[1m[35m (0.5ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_provider_tokens" CASCADE[0m
|
1162
|
+
↳ db/schema.rb:31
|
1163
|
+
[1m[35m (100.1ms)[0m [1m[35mCREATE TABLE "api_user_auth_provider_tokens" ("id" bigserial primary key, "auth_user_id" bigint, "provider" integer DEFAULT 0, "user_id" character varying NOT NULL, "user_data" jsonb DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1164
|
+
↳ db/schema.rb:31
|
1165
|
+
[1m[35m (55.6ms)[0m [1m[35mCREATE INDEX "index_api_user_auth_provider_tokens_on_auth_user_id" ON "api_user_auth_provider_tokens" ("auth_user_id")[0m
|
1166
|
+
↳ db/schema.rb:31
|
1167
|
+
[1m[35m (90.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
1168
|
+
↳ db/schema.rb:13
|
1169
|
+
[1m[35m (1.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1170
|
+
↳ db/schema.rb:13
|
1171
|
+
[1m[35m (43.8ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180726140712)[0m
|
1172
|
+
↳ db/schema.rb:13
|
1173
|
+
[1m[35m (4.8ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
1174
|
+
(20180703111608);
|
1175
|
+
|
1176
|
+
[0m
|
1177
|
+
↳ db/schema.rb:13
|
1178
|
+
[1m[35m (103.3ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1179
|
+
↳ db/schema.rb:13
|
1180
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
1181
|
+
↳ db/schema.rb:13
|
1182
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
1183
|
+
↳ db/schema.rb:13
|
1184
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-26 15:24:07.537012"], ["updated_at", "2018-07-26 15:24:07.537012"]]
|
1185
|
+
↳ db/schema.rb:13
|
1186
|
+
[1m[35m (27.5ms)[0m [1m[35mCOMMIT[0m
|
1187
|
+
↳ db/schema.rb:13
|
1188
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
1189
|
+
↳ bin/rails:25
|
1190
|
+
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
1191
|
+
↳ bin/rails:25
|
1192
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.7ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3[0m [["value", "test"], ["updated_at", "2018-07-26 15:24:07.572738"], ["key", "environment"]]
|
1193
|
+
↳ bin/rails:25
|
1194
|
+
[1m[35m (67.7ms)[0m [1m[35mCOMMIT[0m
|
1195
|
+
↳ bin/rails:25
|
1196
|
+
[1m[35m (0.3ms)[0m [1m[35mCREATE DATABASE "dummy_dev" ENCODING = 'utf8'[0m
|
1197
|
+
↳ bin/rails:25
|
1198
|
+
[1m[35m (0.2ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
1199
|
+
↳ bin/rails:25
|
1200
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1201
|
+
↳ bin/rails:25
|
1202
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
1203
|
+
↳ bin/rails:25
|
1204
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1205
|
+
↳ bin/rails:25
|
1206
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
1207
|
+
↳ bin/rails:25
|
1208
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1209
|
+
↳ bin/rails:25
|
1210
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
1211
|
+
↳ bin/rails:25
|
1212
|
+
[1m[35m (844.8ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_dev"[0m
|
1213
|
+
↳ bin/rails:25
|
1214
|
+
[1m[35m (149.2ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
1215
|
+
↳ bin/rails:25
|
1216
|
+
[1m[35m (642.6ms)[0m [1m[35mCREATE DATABASE "dummy_dev" ENCODING = 'utf8'[0m
|
1217
|
+
↳ bin/rails:25
|
1218
|
+
[1m[35m (590.5ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
1219
|
+
↳ bin/rails:25
|
1220
|
+
[1m[35m (65.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
1221
|
+
↳ bin/rails:25
|
1222
|
+
[1m[35m (62.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1223
|
+
↳ bin/rails:25
|
1224
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT pg_try_advisory_lock(7325747718710370390)[0m
|
1225
|
+
↳ bin/rails:25
|
1226
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1227
|
+
↳ bin/rails:25
|
1228
|
+
Migrating to CreateApiUserAuthAuthUsers (20180703111608)
|
1229
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
1230
|
+
↳ bin/rails:25
|
1231
|
+
[1m[35mSQL (0.2ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
1232
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:3
|
1233
|
+
[1m[35m (72.0ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "user_provider_data" jsonb DEFAULT '{}', "provider" character varying DEFAULT 'email', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1234
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
1235
|
+
[1m[35m (34.1ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
1236
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180703111608_create_api_user_auth_auth_users.rb:5
|
1237
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180703111608"]]
|
1238
|
+
↳ bin/rails:25
|
1239
|
+
[1m[35m (54.4ms)[0m [1m[35mCOMMIT[0m
|
1240
|
+
↳ bin/rails:25
|
1241
|
+
Migrating to CreateApiUserAuthProviderTokens (20180726140712)
|
1242
|
+
[1m[35m (0.4ms)[0m [1m[35mBEGIN[0m
|
1243
|
+
↳ bin/rails:25
|
1244
|
+
[1m[35m (54.3ms)[0m [1m[35mCREATE TABLE "api_user_auth_provider_tokens" ("id" bigserial primary key, "auth_user_id" bigint, "provider" integer, "user_id" character varying NOT NULL, "user_data" jsonb DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1245
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180726140712_create_api_user_auth_provider_tokens.rb:3
|
1246
|
+
[1m[35m (36.0ms)[0m [1m[35mCREATE INDEX "index_api_user_auth_provider_tokens_on_auth_user_id" ON "api_user_auth_provider_tokens" ("auth_user_id")[0m
|
1247
|
+
↳ /home/alex/bit_forge/api_user_auth/db/migrate/20180726140712_create_api_user_auth_provider_tokens.rb:3
|
1248
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.7ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version"[0m [["version", "20180726140712"]]
|
1249
|
+
↳ bin/rails:25
|
1250
|
+
[1m[35m (6.4ms)[0m [1m[35mCOMMIT[0m
|
1251
|
+
↳ bin/rails:25
|
1252
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
1253
|
+
↳ bin/rails:25
|
1254
|
+
[1m[35m (0.9ms)[0m [1m[35mBEGIN[0m
|
1255
|
+
↳ bin/rails:25
|
1256
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.9ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-26 15:25:21.454345"], ["updated_at", "2018-07-26 15:25:21.454345"]]
|
1257
|
+
↳ bin/rails:25
|
1258
|
+
[1m[35m (39.4ms)[0m [1m[35mCOMMIT[0m
|
1259
|
+
↳ bin/rails:25
|
1260
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT pg_advisory_unlock(7325747718710370390)[0m
|
1261
|
+
↳ bin/rails:25
|
1262
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1263
|
+
↳ bin/rails:25
|
1264
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1265
|
+
↳ bin/rails:25
|
1266
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
1267
|
+
↳ bin/rails:25
|
1268
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1269
|
+
↳ bin/rails:25
|
1270
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
1271
|
+
↳ bin/rails:25
|
1272
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1273
|
+
↳ bin/rails:25
|
1274
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
1275
|
+
↳ bin/rails:25
|
1276
|
+
[1m[35m (821.5ms)[0m [1m[35mDROP DATABASE IF EXISTS "dummy_test"[0m
|
1277
|
+
↳ bin/rails:25
|
1278
|
+
[1m[35m (743.2ms)[0m [1m[35mCREATE DATABASE "dummy_test" ENCODING = 'utf8'[0m
|
1279
|
+
↳ bin/rails:25
|
1280
|
+
[1m[35mSQL (0.7ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "pgcrypto"[0m
|
1281
|
+
↳ db/schema.rb:16
|
1282
|
+
[1m[35mSQL (0.5ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
|
1283
|
+
↳ db/schema.rb:17
|
1284
|
+
[1m[35m (0.5ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_auth_users" CASCADE[0m
|
1285
|
+
↳ db/schema.rb:19
|
1286
|
+
[1m[35m (89.0ms)[0m [1m[35mCREATE TABLE "api_user_auth_auth_users" ("id" bigserial primary key, "email" character varying NOT NULL, "encrypted_password" character varying NOT NULL, "code" character varying DEFAULT '', "auth_tokens" uuid[] DEFAULT '{}', "user_provider_data" jsonb DEFAULT '{}', "provider" character varying DEFAULT 'email', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1287
|
+
↳ db/schema.rb:19
|
1288
|
+
[1m[35m (39.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_api_user_auth_auth_users_on_email" ON "api_user_auth_auth_users" ("email")[0m
|
1289
|
+
↳ db/schema.rb:19
|
1290
|
+
[1m[35m (0.5ms)[0m [1m[35mDROP TABLE IF EXISTS "api_user_auth_provider_tokens" CASCADE[0m
|
1291
|
+
↳ db/schema.rb:31
|
1292
|
+
[1m[35m (90.9ms)[0m [1m[35mCREATE TABLE "api_user_auth_provider_tokens" ("id" bigserial primary key, "auth_user_id" bigint, "provider" integer, "user_id" character varying NOT NULL, "user_data" jsonb DEFAULT '{}', "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1293
|
+
↳ db/schema.rb:31
|
1294
|
+
[1m[35m (57.0ms)[0m [1m[35mCREATE INDEX "index_api_user_auth_provider_tokens_on_auth_user_id" ON "api_user_auth_provider_tokens" ("auth_user_id")[0m
|
1295
|
+
↳ db/schema.rb:31
|
1296
|
+
[1m[35m (76.6ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
1297
|
+
↳ db/schema.rb:13
|
1298
|
+
[1m[35m (1.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1299
|
+
↳ db/schema.rb:13
|
1300
|
+
[1m[35m (9.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180726140712)[0m
|
1301
|
+
↳ db/schema.rb:13
|
1302
|
+
[1m[35m (8.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
1303
|
+
(20180703111608);
|
1304
|
+
|
1305
|
+
[0m
|
1306
|
+
↳ db/schema.rb:13
|
1307
|
+
[1m[35m (75.5ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
1308
|
+
↳ db/schema.rb:13
|
1309
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
1310
|
+
↳ db/schema.rb:13
|
1311
|
+
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
|
1312
|
+
↳ db/schema.rb:13
|
1313
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-26 15:25:28.731259"], ["updated_at", "2018-07-26 15:25:28.731259"]]
|
1314
|
+
↳ db/schema.rb:13
|
1315
|
+
[1m[35m (31.9ms)[0m [1m[35mCOMMIT[0m
|
1316
|
+
↳ db/schema.rb:13
|
1317
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
119
1318
|
↳ bin/rails:25
|
120
1319
|
[1m[35m (0.3ms)[0m [1m[35mBEGIN[0m
|
121
1320
|
↳ bin/rails:25
|
122
|
-
[1m[36mActiveRecord::InternalMetadata Update (0.
|
1321
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.7ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3[0m [["value", "test"], ["updated_at", "2018-07-26 15:25:28.771255"], ["key", "environment"]]
|
123
1322
|
↳ bin/rails:25
|
124
|
-
[1m[35m (
|
1323
|
+
[1m[35m (62.3ms)[0m [1m[35mCOMMIT[0m
|
125
1324
|
↳ bin/rails:25
|