robocall 0.1.3 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: de8b7c6ccbdbef8711962847d95c15db239b7d43
4
- data.tar.gz: 0f9f8f02e99524d84ea1d7fd65789a3882fd8ad7
3
+ metadata.gz: 61df896ac8bfb35a6a48b6bc2518f0e3b098fd73
4
+ data.tar.gz: c6b95a3a5389bc5c1940242392437526db0e9751
5
5
  SHA512:
6
- metadata.gz: e7822bd74dd2458a45ddfd15810068ff2097fcb66a5de79b86bed35df6366cdf1790123d842744dae8a829d8a2e668363b1468d2e11e6d4b11d994b720ae41e7
7
- data.tar.gz: 44b2a16d44091fa06a742ae53b7c5051057c5b73558114feb83c993cca69576b0372d817a1278356a38b77239a3522201a400b9106af470623c88797e89bbf1c
6
+ metadata.gz: 2b773c2cefd35088bb1ef017d107ad8a295ab03a681017172574f1d92e28ee55dafb53db17a812b6147c11639a7b4b121d3a4b452ad46194fdcef162405de28d
7
+ data.tar.gz: 278a89a61d4c3f9c35ad744530bd465168dd8f998bd3ad97497b92f0f2958f7677aabbe1f9280063b1d91d21cd32435f2b1016fc4f5049491d981976b61a01d7
@@ -3,7 +3,6 @@ require 'securerandom'
3
3
  module Robocall
4
4
  class Robocall < ActiveRecord::Base
5
5
  self.table_name = 'robocall_robocalls'
6
- attr_accessible :token, :xml
7
6
 
8
7
  def initialize(attributes = {})
9
8
  super
@@ -1,3 +1,3 @@
1
1
  module Robocall
2
- VERSION = "0.1.3"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -43,12 +43,6 @@ module Dummy
43
43
  # like if you have constraints or database-specific column types
44
44
  # config.active_record.schema_format = :sql
45
45
 
46
- # Enforce whitelist mode for mass assignment.
47
- # This will create an empty whitelist of attributes available for mass-assignment for all models
48
- # in your app. As such, your models will need to explicitly whitelist or blacklist accessible
49
- # parameters by using an attr_accessible or attr_protected declaration.
50
- config.active_record.whitelist_attributes = true
51
-
52
46
  # Enable the asset pipeline
53
47
  config.assets.enabled = true
54
48
 
@@ -6,6 +6,8 @@ Dummy::Application.configure do
6
6
  # since you don't have to restart the web server when you make code changes.
7
7
  config.cache_classes = false
8
8
 
9
+ config.eager_load = false
10
+
9
11
  # Log error messages when you accidentally call methods on nil.
10
12
  config.whiny_nils = true
11
13
 
@@ -22,9 +24,6 @@ Dummy::Application.configure do
22
24
  # Only use best-standards-support built into browsers
23
25
  config.action_dispatch.best_standards_support = :builtin
24
26
 
25
- # Raise exception on mass assignment protection for Active Record models
26
- config.active_record.mass_assignment_sanitizer = :strict
27
-
28
27
  # Log the query plan for queries taking more than this (works
29
28
  # with SQLite, MySQL, and PostgreSQL)
30
29
  config.active_record.auto_explain_threshold_in_seconds = 0.5
@@ -4,6 +4,8 @@ Dummy::Application.configure do
4
4
  # Code is not reloaded between requests
5
5
  config.cache_classes = true
6
6
 
7
+ config.eager_load = true
8
+
7
9
  # Full error reports are disabled and caching is turned on
8
10
  config.consider_all_requests_local = false
9
11
  config.action_controller.perform_caching = true
@@ -7,13 +7,12 @@ Dummy::Application.configure do
7
7
  # and recreated between test runs. Don't rely on the data there!
8
8
  config.cache_classes = true
9
9
 
10
+ config.eager_load = false
11
+
10
12
  # Configure static asset server for tests with Cache-Control for performance
11
13
  config.serve_static_assets = true
12
14
  config.static_cache_control = "public, max-age=3600"
13
15
 
14
- # Log error messages when you accidentally call methods on nil
15
- config.whiny_nils = true
16
-
17
16
  # Show full error reports and disable caching
18
17
  config.consider_all_requests_local = true
19
18
  config.action_controller.perform_caching = false
@@ -29,9 +28,6 @@ Dummy::Application.configure do
29
28
  # ActionMailer::Base.deliveries array.
30
29
  config.action_mailer.delivery_method = :test
31
30
 
32
- # Raise exception on mass assignment protection for Active Record models
33
- config.active_record.mass_assignment_sanitizer = :strict
34
-
35
31
  # Print deprecation notices to the stderr
36
32
  config.active_support.deprecation = :stderr
37
33
  end
@@ -5,3 +5,4 @@
5
5
  # Make sure the secret is at least 30 characters and all random,
6
6
  # no regular words or you'll be exposed to dictionary attacks.
7
7
  Dummy::Application.config.secret_token = '5efb6c63d18164cd56c31af6b72a992e1ec758cbdbf2eda9848ff71ca65f919176f1b6fc4e8946613fd83b4f9899f18f54a71f4465d11194a21b4f963899adb3'
8
+ Dummy::Application.config.secret_key_base = '5efb6c63d18164cd56c31af6b72a992e1ec758cbdbf2eda9848ff71ca65f919176f1b6fc4e8946613fd83b4f9899f18f54a71f4465d11194a21b4f963899adb3'
Binary file
@@ -1,1596 +1,10 @@
1
- Connecting to database specified by database.yml
2
- Connecting to database specified by database.yml
3
- Connecting to database specified by database.yml
4
- Connecting to database specified by database.yml
5
- Connecting to database specified by database.yml
6
1
  Connecting to database specified by database.yml
7
2
   (0.1ms) select sqlite_version(*)
8
-  (221.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
9
-  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
4
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10
5
   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
11
- Connecting to database specified by database.yml
12
-  (0.1ms) select sqlite_version(*)
13
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
14
- Connecting to database specified by database.yml
15
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
16
-  (0.1ms) select sqlite_version(*)
17
-  (4.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
18
-  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
19
-  (0.1ms) SELECT version FROM "schema_migrations"
20
-  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
21
- Connecting to database specified by database.yml
22
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
23
-  (0.1ms) SELECT version FROM "schema_migrations"
24
- Connecting to database specified by database.yml
25
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
26
-  (0.1ms) SELECT version FROM "schema_migrations"
27
- Connecting to database specified by database.yml
28
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
29
-  (0.1ms) SELECT version FROM "schema_migrations"
30
- Connecting to database specified by database.yml
31
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
32
-  (0.1ms) SELECT version FROM "schema_migrations"
33
- Connecting to database specified by database.yml
34
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
35
-  (0.1ms) SELECT version FROM "schema_migrations"
36
- Connecting to database specified by database.yml
37
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
38
- Connecting to database specified by database.yml
39
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
40
- Migrating to CreateRobocallRobocalls (20130807225623)
41
-  (0.0ms) select sqlite_version(*)
42
-  (0.0ms) begin transaction
43
-  (0.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
44
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130807225623')
45
-  (3.7ms) commit transaction
46
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
47
- Connecting to database specified by database.yml
48
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
49
-  (0.4ms) select sqlite_version(*)
50
-  (2.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
6
+  (3.2ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
7
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
8
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
51
9
   (0.1ms) SELECT version FROM "schema_migrations"
52
-  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130807225623')
53
- Connecting to database specified by database.yml
54
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
55
-  (0.4ms) select sqlite_version(*)
56
-  (1.7ms) DROP TABLE "robocall_robocalls"
57
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
58
-  (0.1ms) SELECT version FROM "schema_migrations"
59
- Connecting to database specified by database.yml
60
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
61
-  (0.4ms) select sqlite_version(*)
62
-  (3.3ms) DROP TABLE "robocall_robocalls"
63
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
64
-  (0.1ms) SELECT version FROM "schema_migrations"
65
- Connecting to database specified by database.yml
66
- Connecting to database specified by database.yml
67
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
68
-  (0.4ms) select sqlite_version(*)
69
-  (2.6ms) DROP TABLE "robocall_robocalls"
70
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
71
-  (0.1ms) SELECT version FROM "schema_migrations"
72
- Connecting to database specified by database.yml
73
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
74
-  (0.4ms) select sqlite_version(*)
75
-  (2.7ms) DROP TABLE "robocall_robocalls"
76
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
77
-  (0.1ms) SELECT version FROM "schema_migrations"
78
- Connecting to database specified by database.yml
79
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
80
-  (0.3ms) select sqlite_version(*)
81
-  (2.8ms) DROP TABLE "robocall_robocalls"
82
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
83
-  (0.2ms) SELECT version FROM "schema_migrations"
84
- Connecting to database specified by database.yml
85
- Connecting to database specified by database.yml
86
- Connecting to database specified by database.yml
87
- Connecting to database specified by database.yml
88
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
89
-  (0.4ms) select sqlite_version(*)
90
-  (2.2ms) DROP TABLE "robocall_robocalls"
91
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
92
-  (0.2ms) SELECT version FROM "schema_migrations"
93
- Connecting to database specified by database.yml
94
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
95
-  (0.3ms) select sqlite_version(*)
96
-  (3.5ms) DROP TABLE "robocall_robocalls"
97
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
98
-  (0.1ms) SELECT version FROM "schema_migrations"
99
- Connecting to database specified by database.yml
100
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
101
-  (0.4ms) select sqlite_version(*)
102
-  (1.6ms) DROP TABLE "robocall_robocalls"
103
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
104
-  (0.1ms) SELECT version FROM "schema_migrations"
105
- Connecting to database specified by database.yml
106
- Connecting to database specified by database.yml
107
- Connecting to database specified by database.yml
108
- Connecting to database specified by database.yml
109
- Connecting to database specified by database.yml
110
- Connecting to database specified by database.yml
111
- Connecting to database specified by database.yml
112
- Connecting to database specified by database.yml
113
- Connecting to database specified by database.yml
114
- Connecting to database specified by database.yml
115
- Connecting to database specified by database.yml
116
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
117
-  (0.5ms) select sqlite_version(*)
118
-  (1.7ms) DROP TABLE "robocall_robocalls"
119
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
120
-  (0.1ms) SELECT version FROM "schema_migrations"
121
- Connecting to database specified by database.yml
122
- Connecting to database specified by database.yml
123
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
124
-  (0.3ms) select sqlite_version(*)
125
-  (2.9ms) DROP TABLE "robocall_robocalls"
126
-  (54.2ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
127
-  (0.2ms) SELECT version FROM "schema_migrations"
128
- Connecting to database specified by database.yml
129
- Connecting to database specified by database.yml
130
- Connecting to database specified by database.yml
131
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
132
-  (0.3ms) select sqlite_version(*)
133
-  (3.3ms) DROP TABLE "robocall_robocalls"
134
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
135
-  (0.1ms) SELECT version FROM "schema_migrations"
136
- Connecting to database specified by database.yml
137
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
138
-  (0.4ms) select sqlite_version(*)
139
-  (2.7ms) DROP TABLE "robocall_robocalls"
140
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
141
-  (0.1ms) SELECT version FROM "schema_migrations"
142
- Connecting to database specified by database.yml
143
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
144
-  (0.4ms) select sqlite_version(*)
145
-  (1.6ms) DROP TABLE "robocall_robocalls"
146
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
147
-  (0.2ms) SELECT version FROM "schema_migrations"
148
- Connecting to database specified by database.yml
149
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
150
-  (0.3ms) select sqlite_version(*)
151
-  (3.3ms) DROP TABLE "robocall_robocalls"
152
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
153
-  (0.1ms) SELECT version FROM "schema_migrations"
154
- Connecting to database specified by database.yml
155
- Connecting to database specified by database.yml
156
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
157
-  (0.4ms) select sqlite_version(*)
158
-  (2.5ms) DROP TABLE "robocall_robocalls"
159
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
160
-  (0.1ms) SELECT version FROM "schema_migrations"
161
- Connecting to database specified by database.yml
162
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
163
-  (0.4ms) select sqlite_version(*)
164
-  (1.9ms) DROP TABLE "robocall_robocalls"
165
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
166
-  (0.1ms) SELECT version FROM "schema_migrations"
167
- Connecting to database specified by database.yml
168
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
169
-  (0.3ms) select sqlite_version(*)
170
-  (2.7ms) DROP TABLE "robocall_robocalls"
171
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
172
-  (0.1ms) SELECT version FROM "schema_migrations"
173
- Connecting to database specified by database.yml
174
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
175
-  (0.3ms) select sqlite_version(*)
176
-  (2.8ms) DROP TABLE "robocall_robocalls"
177
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
178
-  (0.1ms) SELECT version FROM "schema_migrations"
179
- Connecting to database specified by database.yml
180
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
181
-  (0.4ms) select sqlite_version(*)
182
-  (2.8ms) DROP TABLE "robocall_robocalls"
183
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
184
-  (0.1ms) SELECT version FROM "schema_migrations"
185
- Connecting to database specified by database.yml
186
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
187
-  (0.4ms) select sqlite_version(*)
188
-  (2.7ms) DROP TABLE "robocall_robocalls"
189
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
190
-  (0.1ms) SELECT version FROM "schema_migrations"
191
- Connecting to database specified by database.yml
192
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
193
-  (0.3ms) select sqlite_version(*)
194
-  (2.8ms) DROP TABLE "robocall_robocalls"
195
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
196
-  (0.3ms) SELECT version FROM "schema_migrations"
197
- Connecting to database specified by database.yml
198
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
199
-  (0.3ms) select sqlite_version(*)
200
-  (2.5ms) DROP TABLE "robocall_robocalls"
201
-  (1.4ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
202
-  (0.1ms) SELECT version FROM "schema_migrations"
203
- Connecting to database specified by database.yml
204
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
205
-  (0.3ms) select sqlite_version(*)
206
-  (3.8ms) DROP TABLE "robocall_robocalls"
207
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
208
-  (0.3ms) SELECT version FROM "schema_migrations"
209
- Connecting to database specified by database.yml
210
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
211
-  (0.3ms) select sqlite_version(*)
212
-  (2.5ms) DROP TABLE "robocall_robocalls"
213
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
214
-  (0.1ms) SELECT version FROM "schema_migrations"
215
- Connecting to database specified by database.yml
216
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
217
-  (0.4ms) select sqlite_version(*)
218
-  (4.0ms) DROP TABLE "robocall_robocalls"
219
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
220
-  (0.3ms) SELECT version FROM "schema_migrations"
221
- Connecting to database specified by database.yml
222
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
223
-  (0.3ms) select sqlite_version(*)
224
-  (2.0ms) DROP TABLE "robocall_robocalls"
225
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
226
-  (0.2ms) SELECT version FROM "schema_migrations"
227
- Connecting to database specified by database.yml
228
- Connecting to database specified by database.yml
229
- Connecting to database specified by database.yml
230
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
231
-  (0.3ms) select sqlite_version(*)
232
-  (3.3ms) DROP TABLE "robocall_robocalls"
233
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
234
-  (0.1ms) SELECT version FROM "schema_migrations"
235
- Connecting to database specified by database.yml
236
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
237
-  (0.3ms) select sqlite_version(*)
238
-  (3.3ms) DROP TABLE "robocall_robocalls"
239
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
240
-  (0.1ms) SELECT version FROM "schema_migrations"
241
- Connecting to database specified by database.yml
242
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
243
-  (0.3ms) select sqlite_version(*)
244
-  (3.2ms) DROP TABLE "robocall_robocalls"
245
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
246
-  (0.1ms) SELECT version FROM "schema_migrations"
247
- Connecting to database specified by database.yml
248
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
249
-  (0.4ms) select sqlite_version(*)
250
-  (3.3ms) DROP TABLE "robocall_robocalls"
251
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
252
-  (0.1ms) SELECT version FROM "schema_migrations"
253
- Connecting to database specified by database.yml
254
-  (53.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
255
-  (0.4ms) select sqlite_version(*)
256
-  (5061.0ms) DROP TABLE "robocall_robocalls"
257
- SQLite3::BusyException: database is locked: DROP TABLE "robocall_robocalls"
258
- Connecting to database specified by database.yml
259
-  (21.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
260
-  (0.4ms) select sqlite_version(*)
261
-  (5200.0ms) DROP TABLE "robocall_robocalls"
262
- SQLite3::BusyException: database is locked: DROP TABLE "robocall_robocalls"
263
- Connecting to database specified by database.yml
264
-  (20.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
265
-  (0.4ms) select sqlite_version(*)
266
-  (18.2ms) DROP TABLE "robocall_robocalls"
267
-  (54.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
268
-  (0.4ms) SELECT version FROM "schema_migrations"
269
- Connecting to database specified by database.yml
270
-  (20.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
271
-  (0.4ms) select sqlite_version(*)
272
-  (19.5ms) DROP TABLE "robocall_robocalls"
273
-  (19.3ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
274
-  (0.4ms) SELECT version FROM "schema_migrations"
275
- Connecting to database specified by database.yml
276
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
277
-  (0.3ms) select sqlite_version(*)
278
-  (2.6ms) DROP TABLE "robocall_robocalls"
279
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
280
-  (0.1ms) SELECT version FROM "schema_migrations"
281
- Connecting to database specified by database.yml
282
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
283
-  (0.3ms) select sqlite_version(*)
284
-  (1.7ms) DROP TABLE "robocall_robocalls"
285
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
286
-  (0.1ms) SELECT version FROM "schema_migrations"
287
- Connecting to database specified by database.yml
288
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
289
-  (0.3ms) select sqlite_version(*)
290
-  (1.8ms) DROP TABLE "robocall_robocalls"
291
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
292
-  (0.1ms) SELECT version FROM "schema_migrations"
293
- Connecting to database specified by database.yml
294
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
295
-  (0.3ms) select sqlite_version(*)
296
-  (3.3ms) DROP TABLE "robocall_robocalls"
297
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
298
-  (0.1ms) SELECT version FROM "schema_migrations"
299
- Connecting to database specified by database.yml
300
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
301
-  (0.4ms) select sqlite_version(*)
302
-  (2.7ms) DROP TABLE "robocall_robocalls"
303
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
304
-  (0.1ms) SELECT version FROM "schema_migrations"
305
- Connecting to database specified by database.yml
306
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
307
-  (0.3ms) select sqlite_version(*)
308
-  (9.6ms) DROP TABLE "robocall_robocalls"
309
-  (15.4ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
310
-  (0.1ms) SELECT version FROM "schema_migrations"
311
- Connecting to database specified by database.yml
312
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
313
-  (0.3ms) select sqlite_version(*)
314
-  (3.7ms) DROP TABLE "robocall_robocalls"
315
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
316
-  (0.1ms) SELECT version FROM "schema_migrations"
317
- Connecting to database specified by database.yml
318
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
319
-  (0.3ms) select sqlite_version(*)
320
-  (3.4ms) DROP TABLE "robocall_robocalls"
321
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
322
-  (0.1ms) SELECT version FROM "schema_migrations"
323
- Connecting to database specified by database.yml
324
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
325
-  (0.4ms) select sqlite_version(*)
326
-  (2.8ms) DROP TABLE "robocall_robocalls"
327
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
328
-  (0.1ms) SELECT version FROM "schema_migrations"
329
- Connecting to database specified by database.yml
330
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
331
-  (0.4ms) select sqlite_version(*)
332
-  (2.8ms) DROP TABLE "robocall_robocalls"
333
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
334
-  (0.1ms) SELECT version FROM "schema_migrations"
335
- Connecting to database specified by database.yml
336
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
337
-  (0.4ms) select sqlite_version(*)
338
-  (2.7ms) DROP TABLE "robocall_robocalls"
339
-  (2.2ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
340
-  (0.2ms) SELECT version FROM "schema_migrations"
341
- Connecting to database specified by database.yml
342
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
343
-  (0.3ms) select sqlite_version(*)
344
-  (1.6ms) DROP TABLE "robocall_robocalls"
345
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
346
-  (0.1ms) SELECT version FROM "schema_migrations"
347
- Connecting to database specified by database.yml
348
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
349
-  (0.3ms) select sqlite_version(*)
350
-  (2.2ms) DROP TABLE "robocall_robocalls"
351
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
352
-  (0.1ms) SELECT version FROM "schema_migrations"
353
- Connecting to database specified by database.yml
354
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
355
-  (0.3ms) select sqlite_version(*)
356
-  (2.1ms) DROP TABLE "robocall_robocalls"
357
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
358
-  (0.1ms) SELECT version FROM "schema_migrations"
359
- Connecting to database specified by database.yml
360
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
361
-  (0.3ms) select sqlite_version(*)
362
-  (3.2ms) DROP TABLE "robocall_robocalls"
363
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
364
-  (0.1ms) SELECT version FROM "schema_migrations"
365
- Connecting to database specified by database.yml
366
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
367
-  (0.3ms) select sqlite_version(*)
368
-  (2.6ms) DROP TABLE "robocall_robocalls"
369
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
370
-  (0.1ms) SELECT version FROM "schema_migrations"
371
- Connecting to database specified by database.yml
372
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
373
-  (0.3ms) select sqlite_version(*)
374
-  (3.2ms) DROP TABLE "robocall_robocalls"
375
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
376
-  (0.2ms) SELECT version FROM "schema_migrations"
377
- Connecting to database specified by database.yml
378
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
379
-  (0.4ms) select sqlite_version(*)
380
-  (3.2ms) DROP TABLE "robocall_robocalls"
381
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
382
-  (0.2ms) SELECT version FROM "schema_migrations"
383
- Connecting to database specified by database.yml
384
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
385
-  (0.4ms) select sqlite_version(*)
386
-  (2.7ms) DROP TABLE "robocall_robocalls"
387
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
388
-  (0.3ms) SELECT version FROM "schema_migrations"
389
- Connecting to database specified by database.yml
390
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
391
-  (0.3ms) select sqlite_version(*)
392
-  (2.2ms) DROP TABLE "robocall_robocalls"
393
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
394
-  (0.1ms) SELECT version FROM "schema_migrations"
395
- Connecting to database specified by database.yml
396
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
397
-  (0.4ms) select sqlite_version(*)
398
-  (2.7ms) DROP TABLE "robocall_robocalls"
399
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
400
-  (0.1ms) SELECT version FROM "schema_migrations"
401
- Connecting to database specified by database.yml
402
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
403
-  (0.4ms) select sqlite_version(*)
404
-  (1.6ms) DROP TABLE "robocall_robocalls"
405
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
406
-  (0.1ms) SELECT version FROM "schema_migrations"
407
- Connecting to database specified by database.yml
408
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
409
-  (0.4ms) select sqlite_version(*)
410
-  (3.3ms) DROP TABLE "robocall_robocalls"
411
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
412
-  (0.2ms) SELECT version FROM "schema_migrations"
413
- Connecting to database specified by database.yml
414
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
415
-  (0.3ms) select sqlite_version(*)
416
-  (3.2ms) DROP TABLE "robocall_robocalls"
417
-  (2.1ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
418
-  (0.3ms) SELECT version FROM "schema_migrations"
419
- Connecting to database specified by database.yml
420
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
421
-  (0.3ms) select sqlite_version(*)
422
-  (2.0ms) DROP TABLE "robocall_robocalls"
423
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
424
-  (0.1ms) SELECT version FROM "schema_migrations"
425
- Connecting to database specified by database.yml
426
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
427
-  (0.4ms) select sqlite_version(*)
428
-  (2.6ms) DROP TABLE "robocall_robocalls"
429
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
430
-  (0.1ms) SELECT version FROM "schema_migrations"
431
- Connecting to database specified by database.yml
432
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
433
-  (0.4ms) select sqlite_version(*)
434
-  (2.5ms) DROP TABLE "robocall_robocalls"
435
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
436
-  (0.1ms) SELECT version FROM "schema_migrations"
437
- Connecting to database specified by database.yml
438
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
439
-  (0.3ms) select sqlite_version(*)
440
-  (3.2ms) DROP TABLE "robocall_robocalls"
441
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
442
-  (0.1ms) SELECT version FROM "schema_migrations"
443
- Connecting to database specified by database.yml
444
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
445
-  (0.3ms) select sqlite_version(*)
446
-  (2.3ms) DROP TABLE "robocall_robocalls"
447
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
448
-  (0.3ms) SELECT version FROM "schema_migrations"
449
- Connecting to database specified by database.yml
450
-  (20.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
451
-  (0.4ms) select sqlite_version(*)
452
-  (18.3ms) DROP TABLE "robocall_robocalls"
453
-  (55.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
454
-  (0.4ms) SELECT version FROM "schema_migrations"
455
- Connecting to database specified by database.yml
456
-  (20.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
457
-  (0.4ms) select sqlite_version(*)
458
-  (1.7ms) DROP TABLE "robocall_robocalls"
459
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
460
-  (0.1ms) SELECT version FROM "schema_migrations"
461
- Connecting to database specified by database.yml
462
-  (20.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
463
-  (0.4ms) select sqlite_version(*)
464
-  (17.0ms) DROP TABLE "robocall_robocalls"
465
-  (19.2ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
466
-  (0.6ms) SELECT version FROM "schema_migrations"
467
- Connecting to database specified by database.yml
468
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
469
-  (0.4ms) select sqlite_version(*)
470
-  (2.5ms) DROP TABLE "robocall_robocalls"
471
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
472
-  (0.1ms) SELECT version FROM "schema_migrations"
473
- Connecting to database specified by database.yml
474
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
475
-  (0.4ms) select sqlite_version(*)
476
-  (2.7ms) DROP TABLE "robocall_robocalls"
477
-  (1.4ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
478
-  (0.1ms) SELECT version FROM "schema_migrations"
479
- Connecting to database specified by database.yml
480
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
481
-  (0.4ms) select sqlite_version(*)
482
-  (1.4ms) DROP TABLE "robocall_robocalls"
483
-  (1.2ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
484
-  (0.1ms) SELECT version FROM "schema_migrations"
485
- Connecting to database specified by database.yml
486
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
487
-  (0.3ms) select sqlite_version(*)
488
-  (2.7ms) DROP TABLE "robocall_robocalls"
489
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
490
-  (0.1ms) SELECT version FROM "schema_migrations"
491
- Connecting to database specified by database.yml
492
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
493
-  (0.3ms) select sqlite_version(*)
494
-  (2.8ms) DROP TABLE "robocall_robocalls"
495
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
496
-  (0.1ms) SELECT version FROM "schema_migrations"
497
- Connecting to database specified by database.yml
498
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
499
-  (0.4ms) select sqlite_version(*)
500
-  (2.8ms) DROP TABLE "robocall_robocalls"
501
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
502
-  (0.3ms) SELECT version FROM "schema_migrations"
503
- Connecting to database specified by database.yml
504
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
505
-  (0.3ms) select sqlite_version(*)
506
-  (2.9ms) DROP TABLE "robocall_robocalls"
507
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
508
-  (0.1ms) SELECT version FROM "schema_migrations"
509
- Connecting to database specified by database.yml
510
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
511
-  (0.4ms) select sqlite_version(*)
512
-  (5075.6ms) DROP TABLE "robocall_robocalls"
513
- SQLite3::BusyException: database is locked: DROP TABLE "robocall_robocalls"
514
- Connecting to database specified by database.yml
515
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
516
-  (0.5ms) select sqlite_version(*)
517
-  (4702.4ms) DROP TABLE "robocall_robocalls"
518
- Interrupt: : DROP TABLE "robocall_robocalls"
519
- Connecting to database specified by database.yml
520
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
521
-  (0.4ms) select sqlite_version(*)
522
-  (2.8ms) DROP TABLE "robocall_robocalls"
523
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
524
-  (0.3ms) SELECT version FROM "schema_migrations"
525
- Connecting to database specified by database.yml
526
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
527
-  (0.4ms) select sqlite_version(*)
528
-  (5065.2ms) DROP TABLE "robocall_robocalls"
529
- SQLite3::BusyException: database is locked: DROP TABLE "robocall_robocalls"
530
- Connecting to database specified by database.yml
531
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
532
-  (0.4ms) select sqlite_version(*)
533
-  (2.9ms) DROP TABLE "robocall_robocalls"
534
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
535
-  (0.1ms) SELECT version FROM "schema_migrations"
536
- Connecting to database specified by database.yml
537
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
538
-  (0.4ms) select sqlite_version(*)
539
-  (5117.3ms) DROP TABLE "robocall_robocalls"
540
- SQLite3::BusyException: database is locked: DROP TABLE "robocall_robocalls"
541
- Connecting to database specified by database.yml
542
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
543
-  (0.5ms) select sqlite_version(*)
544
-  (5065.5ms) DROP TABLE "robocall_robocalls"
545
- SQLite3::BusyException: database is locked: DROP TABLE "robocall_robocalls"
546
- Connecting to database specified by database.yml
547
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
548
-  (0.4ms) select sqlite_version(*)
549
-  (3.0ms) DROP TABLE "robocall_robocalls"
550
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
551
-  (0.1ms) SELECT version FROM "schema_migrations"
552
- Connecting to database specified by database.yml
553
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
554
-  (0.4ms) select sqlite_version(*)
555
-  (3.4ms) DROP TABLE "robocall_robocalls"
556
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
557
-  (0.1ms) SELECT version FROM "schema_migrations"
558
- Connecting to database specified by database.yml
559
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
560
-  (0.4ms) select sqlite_version(*)
561
-  (5075.8ms) DROP TABLE "robocall_robocalls"
562
- SQLite3::BusyException: database is locked: DROP TABLE "robocall_robocalls"
563
- Connecting to database specified by database.yml
564
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
565
-  (0.4ms) select sqlite_version(*)
566
-  (3.1ms) DROP TABLE "robocall_robocalls"
567
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
568
-  (0.1ms) SELECT version FROM "schema_migrations"
569
- Connecting to database specified by database.yml
570
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
571
-  (0.3ms) select sqlite_version(*)
572
-  (2.7ms) DROP TABLE "robocall_robocalls"
573
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
574
-  (0.1ms) SELECT version FROM "schema_migrations"
575
- Connecting to database specified by database.yml
576
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
577
-  (0.4ms) select sqlite_version(*)
578
-  (3.2ms) DROP TABLE "robocall_robocalls"
579
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
580
-  (0.3ms) SELECT version FROM "schema_migrations"
581
- Connecting to database specified by database.yml
582
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
583
-  (0.4ms) select sqlite_version(*)
584
-  (4826.5ms) DROP TABLE "robocall_robocalls"
585
- Interrupt: : DROP TABLE "robocall_robocalls"
586
- Connecting to database specified by database.yml
587
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
588
-  (0.4ms) select sqlite_version(*)
589
-  (5069.7ms) DROP TABLE "robocall_robocalls"
590
- SQLite3::BusyException: database is locked: DROP TABLE "robocall_robocalls"
591
- Connecting to database specified by database.yml
592
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
593
-  (0.4ms) select sqlite_version(*)
594
-  (3.2ms) DROP TABLE "robocall_robocalls"
595
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
596
-  (0.1ms) SELECT version FROM "schema_migrations"
597
- Connecting to database specified by database.yml
598
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
599
-  (0.4ms) select sqlite_version(*)
600
-  (1.7ms) DROP TABLE "robocall_robocalls"
601
-  (2.1ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
602
-  (0.1ms) SELECT version FROM "schema_migrations"
603
- Connecting to database specified by database.yml
604
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
605
-  (0.4ms) select sqlite_version(*)
606
-  (2.7ms) DROP TABLE "robocall_robocalls"
607
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
608
-  (0.1ms) SELECT version FROM "schema_migrations"
609
- Connecting to database specified by database.yml
610
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
611
-  (0.4ms) select sqlite_version(*)
612
-  (3.5ms) DROP TABLE "robocall_robocalls"
613
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
614
-  (0.1ms) SELECT version FROM "schema_migrations"
615
- Connecting to database specified by database.yml
616
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
617
-  (0.3ms) select sqlite_version(*)
618
-  (2.4ms) DROP TABLE "robocall_robocalls"
619
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
620
-  (0.1ms) SELECT version FROM "schema_migrations"
621
- Connecting to database specified by database.yml
622
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
623
-  (0.3ms) select sqlite_version(*)
624
-  (2.5ms) DROP TABLE "robocall_robocalls"
625
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
626
-  (0.2ms) SELECT version FROM "schema_migrations"
627
- Connecting to database specified by database.yml
628
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
629
-  (0.3ms) select sqlite_version(*)
630
-  (2.5ms) DROP TABLE "robocall_robocalls"
631
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
632
-  (0.1ms) SELECT version FROM "schema_migrations"
633
- Connecting to database specified by database.yml
634
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
635
-  (0.5ms) select sqlite_version(*)
636
-  (2.6ms) DROP TABLE "robocall_robocalls"
637
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
638
-  (0.1ms) SELECT version FROM "schema_migrations"
639
- Connecting to database specified by database.yml
640
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
641
-  (0.3ms) select sqlite_version(*)
642
-  (2.6ms) DROP TABLE "robocall_robocalls"
643
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
644
-  (0.1ms) SELECT version FROM "schema_migrations"
645
- Connecting to database specified by database.yml
646
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
647
-  (0.3ms) select sqlite_version(*)
648
-  (2.9ms) DROP TABLE "robocall_robocalls"
649
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
650
-  (0.2ms) SELECT version FROM "schema_migrations"
651
- Connecting to database specified by database.yml
652
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
653
-  (0.3ms) select sqlite_version(*)
654
-  (2.9ms) DROP TABLE "robocall_robocalls"
655
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
656
-  (0.1ms) SELECT version FROM "schema_migrations"
657
- Connecting to database specified by database.yml
658
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
659
-  (0.4ms) select sqlite_version(*)
660
-  (2.7ms) DROP TABLE "robocall_robocalls"
661
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
662
-  (0.1ms) SELECT version FROM "schema_migrations"
663
- Connecting to database specified by database.yml
664
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
665
-  (0.3ms) select sqlite_version(*)
666
-  (2.7ms) DROP TABLE "robocall_robocalls"
667
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
668
-  (0.1ms) SELECT version FROM "schema_migrations"
669
- Connecting to database specified by database.yml
670
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
671
-  (0.4ms) select sqlite_version(*)
672
-  (2.6ms) DROP TABLE "robocall_robocalls"
673
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
674
-  (0.1ms) SELECT version FROM "schema_migrations"
675
- Connecting to database specified by database.yml
676
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
677
-  (0.3ms) select sqlite_version(*)
678
-  (2.6ms) DROP TABLE "robocall_robocalls"
679
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
680
-  (0.1ms) SELECT version FROM "schema_migrations"
681
- Connecting to database specified by database.yml
682
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
683
-  (0.3ms) select sqlite_version(*)
684
-  (2.7ms) DROP TABLE "robocall_robocalls"
685
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
686
-  (0.1ms) SELECT version FROM "schema_migrations"
687
- Connecting to database specified by database.yml
688
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
689
-  (0.4ms) select sqlite_version(*)
690
-  (2.9ms) DROP TABLE "robocall_robocalls"
691
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
692
-  (0.1ms) SELECT version FROM "schema_migrations"
693
- Connecting to database specified by database.yml
694
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
695
-  (0.4ms) select sqlite_version(*)
696
-  (5062.7ms) DROP TABLE "robocall_robocalls"
697
- SQLite3::BusyException: database is locked: DROP TABLE "robocall_robocalls"
698
- Connecting to database specified by database.yml
699
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
700
-  (0.4ms) select sqlite_version(*)
701
-  (2.5ms) DROP TABLE "robocall_robocalls"
702
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
703
-  (0.1ms) SELECT version FROM "schema_migrations"
704
- Connecting to database specified by database.yml
705
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
706
-  (0.4ms) select sqlite_version(*)
707
-  (2.6ms) DROP TABLE "robocall_robocalls"
708
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
709
-  (0.1ms) SELECT version FROM "schema_migrations"
710
- Connecting to database specified by database.yml
711
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
712
-  (0.3ms) select sqlite_version(*)
713
-  (2.6ms) DROP TABLE "robocall_robocalls"
714
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
715
-  (0.1ms) SELECT version FROM "schema_migrations"
716
- Connecting to database specified by database.yml
717
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
718
-  (0.3ms) select sqlite_version(*)
719
-  (2.9ms) DROP TABLE "robocall_robocalls"
720
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
721
-  (0.1ms) SELECT version FROM "schema_migrations"
722
- Connecting to database specified by database.yml
723
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
724
-  (0.4ms) select sqlite_version(*)
725
-  (5066.0ms) DROP TABLE "robocall_robocalls"
726
- Interrupt: : DROP TABLE "robocall_robocalls"
727
- Connecting to database specified by database.yml
728
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
729
-  (0.5ms) select sqlite_version(*)
730
-  (5073.9ms) DROP TABLE "robocall_robocalls"
731
- SQLite3::BusyException: database is locked: DROP TABLE "robocall_robocalls"
732
- Connecting to database specified by database.yml
733
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
734
-  (0.4ms) select sqlite_version(*)
735
-  (2.5ms) DROP TABLE "robocall_robocalls"
736
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
737
-  (0.1ms) SELECT version FROM "schema_migrations"
738
- Connecting to database specified by database.yml
739
- Connecting to database specified by database.yml
740
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
741
-  (0.3ms) select sqlite_version(*)
742
-  (3.0ms) DROP TABLE "robocall_robocalls"
743
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
744
-  (0.2ms) SELECT version FROM "schema_migrations"
745
- Connecting to database specified by database.yml
746
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
747
-  (0.3ms) select sqlite_version(*)
748
-  (2.6ms) DROP TABLE "robocall_robocalls"
749
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
750
-  (0.1ms) SELECT version FROM "schema_migrations"
751
- Connecting to database specified by database.yml
752
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
753
-  (0.4ms) select sqlite_version(*)
754
-  (2.6ms) DROP TABLE "robocall_robocalls"
755
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
756
-  (0.1ms) SELECT version FROM "schema_migrations"
757
- Connecting to database specified by database.yml
758
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
759
-  (0.3ms) select sqlite_version(*)
760
-  (2.6ms) DROP TABLE "robocall_robocalls"
761
-  (2.1ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
762
-  (0.1ms) SELECT version FROM "schema_migrations"
763
- Connecting to database specified by database.yml
764
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
765
-  (0.3ms) select sqlite_version(*)
766
-  (2.4ms) DROP TABLE "robocall_robocalls"
767
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
768
-  (0.1ms) SELECT version FROM "schema_migrations"
769
- Connecting to database specified by database.yml
770
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
771
-  (0.3ms) select sqlite_version(*)
772
-  (3.2ms) DROP TABLE "robocall_robocalls"
773
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
774
-  (0.1ms) SELECT version FROM "schema_migrations"
775
- Connecting to database specified by database.yml
776
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
777
-  (0.4ms) select sqlite_version(*)
778
-  (3.0ms) DROP TABLE "robocall_robocalls"
779
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
780
-  (0.1ms) SELECT version FROM "schema_migrations"
781
- Connecting to database specified by database.yml
782
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
783
-  (0.3ms) select sqlite_version(*)
784
-  (2.9ms) DROP TABLE "robocall_robocalls"
785
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
786
-  (0.1ms) SELECT version FROM "schema_migrations"
787
- Connecting to database specified by database.yml
788
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
789
-  (0.5ms) select sqlite_version(*)
790
-  (2.2ms) DROP TABLE "robocall_robocalls"
791
-  (1.4ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
792
-  (0.1ms) SELECT version FROM "schema_migrations"
793
- Connecting to database specified by database.yml
794
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
795
-  (0.5ms) select sqlite_version(*)
796
-  (5071.9ms) DROP TABLE "robocall_robocalls"
797
- SQLite3::BusyException: database is locked: DROP TABLE "robocall_robocalls"
798
- Connecting to database specified by database.yml
799
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
800
-  (0.4ms) select sqlite_version(*)
801
-  (2.5ms) DROP TABLE "robocall_robocalls"
802
-  (1.4ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
803
-  (0.1ms) SELECT version FROM "schema_migrations"
804
- Connecting to database specified by database.yml
805
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
806
-  (0.4ms) select sqlite_version(*)
807
-  (2.7ms) DROP TABLE "robocall_robocalls"
808
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
809
-  (0.1ms) SELECT version FROM "schema_migrations"
810
- Connecting to database specified by database.yml
811
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
812
-  (0.4ms) select sqlite_version(*)
813
-  (5052.9ms) DROP TABLE "robocall_robocalls"
814
- SQLite3::BusyException: database is locked: DROP TABLE "robocall_robocalls"
815
- Connecting to database specified by database.yml
816
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
817
-  (0.4ms) select sqlite_version(*)
818
-  (2.5ms) DROP TABLE "robocall_robocalls"
819
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
820
-  (0.2ms) SELECT version FROM "schema_migrations"
821
- Connecting to database specified by database.yml
822
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
823
-  (0.4ms) select sqlite_version(*)
824
-  (3.6ms) DROP TABLE "robocall_robocalls"
825
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
826
-  (0.3ms) SELECT version FROM "schema_migrations"
827
- Connecting to database specified by database.yml
828
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
829
-  (0.3ms) select sqlite_version(*)
830
-  (2.9ms) DROP TABLE "robocall_robocalls"
831
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
832
-  (0.1ms) SELECT version FROM "schema_migrations"
833
- Connecting to database specified by database.yml
834
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
835
-  (0.3ms) select sqlite_version(*)
836
-  (2.9ms) DROP TABLE "robocall_robocalls"
837
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
838
-  (0.1ms) SELECT version FROM "schema_migrations"
839
- Connecting to database specified by database.yml
840
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
841
-  (0.3ms) select sqlite_version(*)
842
-  (1.3ms) DROP TABLE "robocall_robocalls"
843
-  (1.2ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
844
-  (0.1ms) SELECT version FROM "schema_migrations"
845
- Connecting to database specified by database.yml
846
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
847
-  (0.3ms) select sqlite_version(*)
848
-  (3.5ms) DROP TABLE "robocall_robocalls"
849
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
850
-  (0.1ms) SELECT version FROM "schema_migrations"
851
- Connecting to database specified by database.yml
852
-  (20.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
853
-  (20.1ms) select sqlite_version(*)
854
-  (34.1ms) DROP TABLE "robocall_robocalls"
855
-  (2.4ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
856
-  (0.5ms) SELECT version FROM "schema_migrations"
857
- Connecting to database specified by database.yml
858
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
859
-  (0.3ms) select sqlite_version(*)
860
-  (19.4ms) DROP TABLE "robocall_robocalls"
861
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
862
-  (0.2ms) SELECT version FROM "schema_migrations"
863
- Connecting to database specified by database.yml
864
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
865
-  (0.4ms) select sqlite_version(*)
866
-  (2.7ms) DROP TABLE "robocall_robocalls"
867
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
868
-  (0.1ms) SELECT version FROM "schema_migrations"
869
- Connecting to database specified by database.yml
870
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
871
-  (0.3ms) select sqlite_version(*)
872
-  (3.0ms) DROP TABLE "robocall_robocalls"
873
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
874
-  (0.1ms) SELECT version FROM "schema_migrations"
875
- Connecting to database specified by database.yml
876
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
877
-  (0.3ms) select sqlite_version(*)
878
-  (3.0ms) DROP TABLE "robocall_robocalls"
879
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
880
-  (0.1ms) SELECT version FROM "schema_migrations"
881
- Connecting to database specified by database.yml
882
-  (20.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
883
-  (0.4ms) select sqlite_version(*)
884
-  (19.0ms) DROP TABLE "robocall_robocalls"
885
-  (19.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
886
-  (0.4ms) SELECT version FROM "schema_migrations"
887
- Connecting to database specified by database.yml
888
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
889
-  (0.4ms) select sqlite_version(*)
890
-  (1.9ms) DROP TABLE "robocall_robocalls"
891
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
892
-  (9.1ms) SELECT version FROM "schema_migrations"
893
- Connecting to database specified by database.yml
894
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
895
-  (0.4ms) select sqlite_version(*)
896
-  (1.5ms) DROP TABLE "robocall_robocalls"
897
-  (2.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
898
-  (0.1ms) SELECT version FROM "schema_migrations"
899
- Connecting to database specified by database.yml
900
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
901
-  (0.4ms) select sqlite_version(*)
902
-  (4818.1ms) DROP TABLE "robocall_robocalls"
903
- Interrupt: : DROP TABLE "robocall_robocalls"
904
- Connecting to database specified by database.yml
905
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
906
-  (0.4ms) select sqlite_version(*)
907
-  (2.9ms) DROP TABLE "robocall_robocalls"
908
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
909
-  (0.1ms) SELECT version FROM "schema_migrations"
910
- Connecting to database specified by database.yml
911
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
912
-  (0.7ms) select sqlite_version(*)
913
-  (4858.0ms) DROP TABLE "robocall_robocalls"
914
- Interrupt: : DROP TABLE "robocall_robocalls"
915
- Connecting to database specified by database.yml
916
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
917
-  (0.4ms) select sqlite_version(*)
918
-  (1.8ms) DROP TABLE "robocall_robocalls"
919
-  (2.2ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
920
-  (0.1ms) SELECT version FROM "schema_migrations"
921
- Connecting to database specified by database.yml
922
- Connecting to database specified by database.yml
923
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
924
-  (0.3ms) select sqlite_version(*)
925
-  (2.8ms) DROP TABLE "robocall_robocalls"
926
-  (2.1ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
927
-  (0.3ms) SELECT version FROM "schema_migrations"
928
- Connecting to database specified by database.yml
929
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
930
-  (0.3ms) select sqlite_version(*)
931
-  (2.7ms) DROP TABLE "robocall_robocalls"
932
-  (2.1ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
933
-  (0.1ms) SELECT version FROM "schema_migrations"
934
- Connecting to database specified by database.yml
935
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
936
-  (0.3ms) select sqlite_version(*)
937
-  (2.5ms) DROP TABLE "robocall_robocalls"
938
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
939
-  (0.1ms) SELECT version FROM "schema_migrations"
940
- Connecting to database specified by database.yml
941
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
942
-  (0.3ms) select sqlite_version(*)
943
-  (2.7ms) DROP TABLE "robocall_robocalls"
944
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
945
-  (0.1ms) SELECT version FROM "schema_migrations"
946
- Connecting to database specified by database.yml
947
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
948
-  (0.3ms) select sqlite_version(*)
949
-  (2.6ms) DROP TABLE "robocall_robocalls"
950
-  (2.1ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
951
-  (0.2ms) SELECT version FROM "schema_migrations"
952
- Connecting to database specified by database.yml
953
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
954
-  (0.4ms) select sqlite_version(*)
955
-  (2.7ms) DROP TABLE "robocall_robocalls"
956
-  (2.1ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
957
-  (0.3ms) SELECT version FROM "schema_migrations"
958
- Connecting to database specified by database.yml
959
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
960
-  (0.4ms) select sqlite_version(*)
961
-  (2.7ms) DROP TABLE "robocall_robocalls"
962
-  (2.1ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
963
-  (0.1ms) SELECT version FROM "schema_migrations"
964
- Connecting to database specified by database.yml
965
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
966
-  (0.3ms) select sqlite_version(*)
967
-  (2.6ms) DROP TABLE "robocall_robocalls"
968
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
969
-  (0.1ms) SELECT version FROM "schema_migrations"
970
- Connecting to database specified by database.yml
971
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
972
-  (0.4ms) select sqlite_version(*)
973
-  (1.6ms) DROP TABLE "robocall_robocalls"
974
-  (1.3ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
975
-  (0.1ms) SELECT version FROM "schema_migrations"
976
- Connecting to database specified by database.yml
977
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
978
-  (0.3ms) select sqlite_version(*)
979
-  (3.4ms) DROP TABLE "robocall_robocalls"
980
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
981
-  (0.1ms) SELECT version FROM "schema_migrations"
982
- Connecting to database specified by database.yml
983
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
984
-  (0.3ms) select sqlite_version(*)
985
-  (2.7ms) DROP TABLE "robocall_robocalls"
986
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
987
-  (0.1ms) SELECT version FROM "schema_migrations"
988
- Connecting to database specified by database.yml
989
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
990
-  (0.3ms) select sqlite_version(*)
991
-  (3.4ms) DROP TABLE "robocall_robocalls"
992
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
993
-  (0.1ms) SELECT version FROM "schema_migrations"
994
- Connecting to database specified by database.yml
995
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
996
-  (0.4ms) select sqlite_version(*)
997
-  (2.9ms) DROP TABLE "robocall_robocalls"
998
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
999
-  (0.1ms) SELECT version FROM "schema_migrations"
1000
- Connecting to database specified by database.yml
1001
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1002
-  (0.4ms) select sqlite_version(*)
1003
-  (3.1ms) DROP TABLE "robocall_robocalls"
1004
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1005
-  (0.1ms) SELECT version FROM "schema_migrations"
1006
- Connecting to database specified by database.yml
1007
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1008
-  (0.3ms) select sqlite_version(*)
1009
-  (3.5ms) DROP TABLE "robocall_robocalls"
1010
-  (1.4ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1011
-  (0.1ms) SELECT version FROM "schema_migrations"
1012
- Connecting to database specified by database.yml
1013
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1014
-  (0.3ms) select sqlite_version(*)
1015
-  (3.0ms) DROP TABLE "robocall_robocalls"
1016
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1017
-  (0.1ms) SELECT version FROM "schema_migrations"
1018
- Connecting to database specified by database.yml
1019
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1020
-  (0.4ms) select sqlite_version(*)
1021
-  (2.8ms) DROP TABLE "robocall_robocalls"
1022
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1023
-  (0.1ms) SELECT version FROM "schema_migrations"
1024
- Connecting to database specified by database.yml
1025
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1026
-  (0.3ms) select sqlite_version(*)
1027
-  (2.7ms) DROP TABLE "robocall_robocalls"
1028
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1029
-  (0.1ms) SELECT version FROM "schema_migrations"
1030
- Connecting to database specified by database.yml
1031
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1032
-  (0.4ms) select sqlite_version(*)
1033
-  (2.7ms) DROP TABLE "robocall_robocalls"
1034
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1035
-  (0.1ms) SELECT version FROM "schema_migrations"
1036
- Connecting to database specified by database.yml
1037
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1038
-  (0.3ms) select sqlite_version(*)
1039
-  (2.7ms) DROP TABLE "robocall_robocalls"
1040
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1041
-  (0.3ms) SELECT version FROM "schema_migrations"
1042
- Connecting to database specified by database.yml
1043
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1044
-  (0.3ms) select sqlite_version(*)
1045
-  (3.0ms) DROP TABLE "robocall_robocalls"
1046
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1047
-  (0.1ms) SELECT version FROM "schema_migrations"
1048
- Connecting to database specified by database.yml
1049
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1050
-  (0.3ms) select sqlite_version(*)
1051
-  (3.6ms) DROP TABLE "robocall_robocalls"
1052
-  (2.2ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1053
-  (0.2ms) SELECT version FROM "schema_migrations"
1054
- Connecting to database specified by database.yml
1055
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1056
-  (0.3ms) select sqlite_version(*)
1057
-  (3.9ms) DROP TABLE "robocall_robocalls"
1058
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1059
-  (0.1ms) SELECT version FROM "schema_migrations"
1060
- Connecting to database specified by database.yml
1061
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1062
-  (0.4ms) select sqlite_version(*)
1063
-  (2.6ms) DROP TABLE "robocall_robocalls"
1064
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1065
-  (0.1ms) SELECT version FROM "schema_migrations"
1066
- Connecting to database specified by database.yml
1067
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1068
-  (0.4ms) select sqlite_version(*)
1069
-  (2.5ms) DROP TABLE "robocall_robocalls"
1070
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1071
-  (0.1ms) SELECT version FROM "schema_migrations"
1072
- Connecting to database specified by database.yml
1073
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1074
-  (0.4ms) select sqlite_version(*)
1075
-  (2.7ms) DROP TABLE "robocall_robocalls"
1076
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1077
-  (0.1ms) SELECT version FROM "schema_migrations"
1078
- Connecting to database specified by database.yml
1079
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1080
-  (0.4ms) select sqlite_version(*)
1081
-  (2.7ms) DROP TABLE "robocall_robocalls"
1082
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1083
-  (0.2ms) SELECT version FROM "schema_migrations"
1084
- Connecting to database specified by database.yml
1085
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1086
-  (0.4ms) select sqlite_version(*)
1087
-  (22.1ms) DROP TABLE "robocall_robocalls"
1088
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1089
-  (0.7ms) SELECT version FROM "schema_migrations"
1090
- Connecting to database specified by database.yml
1091
- Connecting to database specified by database.yml
1092
- Connecting to database specified by database.yml
1093
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1094
-  (0.4ms) select sqlite_version(*)
1095
-  (2.9ms) DROP TABLE "robocall_robocalls"
1096
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1097
-  (0.3ms) SELECT version FROM "schema_migrations"
1098
- Connecting to database specified by database.yml
1099
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1100
-  (0.4ms) select sqlite_version(*)
1101
-  (2.7ms) DROP TABLE "robocall_robocalls"
1102
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1103
-  (0.2ms) SELECT version FROM "schema_migrations"
1104
- Connecting to database specified by database.yml
1105
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1106
-  (0.4ms) select sqlite_version(*)
1107
-  (2.9ms) DROP TABLE "robocall_robocalls"
1108
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1109
-  (0.1ms) SELECT version FROM "schema_migrations"
1110
- Connecting to database specified by database.yml
1111
- Connecting to database specified by database.yml
1112
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1113
-  (0.4ms) select sqlite_version(*)
1114
-  (3.0ms) DROP TABLE "robocall_robocalls"
1115
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1116
-  (0.1ms) SELECT version FROM "schema_migrations"
1117
- Connecting to database specified by database.yml
1118
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1119
-  (0.3ms) select sqlite_version(*)
1120
-  (2.7ms) DROP TABLE "robocall_robocalls"
1121
-  (2.1ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1122
-  (0.1ms) SELECT version FROM "schema_migrations"
1123
- Connecting to database specified by database.yml
1124
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1125
-  (0.4ms) select sqlite_version(*)
1126
-  (3.1ms) DROP TABLE "robocall_robocalls"
1127
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1128
-  (0.1ms) SELECT version FROM "schema_migrations"
1129
- Connecting to database specified by database.yml
1130
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1131
-  (0.4ms) select sqlite_version(*)
1132
-  (3.5ms) DROP TABLE "robocall_robocalls"
1133
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1134
-  (0.1ms) SELECT version FROM "schema_migrations"
1135
- Connecting to database specified by database.yml
1136
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1137
-  (0.4ms) select sqlite_version(*)
1138
-  (2.8ms) DROP TABLE "robocall_robocalls"
1139
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1140
-  (0.1ms) SELECT version FROM "schema_migrations"
1141
- Connecting to database specified by database.yml
1142
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1143
-  (0.4ms) select sqlite_version(*)
1144
-  (2.7ms) DROP TABLE "robocall_robocalls"
1145
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1146
-  (0.1ms) SELECT version FROM "schema_migrations"
1147
- Connecting to database specified by database.yml
1148
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1149
-  (0.4ms) select sqlite_version(*)
1150
-  (2.7ms) DROP TABLE "robocall_robocalls"
1151
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1152
-  (0.1ms) SELECT version FROM "schema_migrations"
1153
- Connecting to database specified by database.yml
1154
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1155
-  (0.4ms) select sqlite_version(*)
1156
-  (3.4ms) DROP TABLE "robocall_robocalls"
1157
-  (114.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1158
-  (0.2ms) SELECT version FROM "schema_migrations"
1159
- Connecting to database specified by database.yml
1160
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1161
-  (0.4ms) select sqlite_version(*)
1162
-  (3.0ms) DROP TABLE "robocall_robocalls"
1163
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1164
-  (0.1ms) SELECT version FROM "schema_migrations"
1165
- Connecting to database specified by database.yml
1166
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1167
-  (0.4ms) select sqlite_version(*)
1168
-  (2.3ms) DROP TABLE "robocall_robocalls"
1169
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1170
-  (0.1ms) SELECT version FROM "schema_migrations"
1171
- Connecting to database specified by database.yml
1172
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1173
-  (0.5ms) select sqlite_version(*)
1174
-  (3.4ms) DROP TABLE "robocall_robocalls"
1175
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1176
-  (0.3ms) SELECT version FROM "schema_migrations"
1177
- Connecting to database specified by database.yml
1178
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1179
-  (0.4ms) select sqlite_version(*)
1180
-  (3.1ms) DROP TABLE "robocall_robocalls"
1181
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1182
-  (0.1ms) SELECT version FROM "schema_migrations"
1183
- Connecting to database specified by database.yml
1184
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1185
-  (0.4ms) select sqlite_version(*)
1186
-  (2.6ms) DROP TABLE "robocall_robocalls"
1187
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1188
-  (0.1ms) SELECT version FROM "schema_migrations"
1189
- Connecting to database specified by database.yml
1190
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1191
-  (0.3ms) select sqlite_version(*)
1192
-  (3.4ms) DROP TABLE "robocall_robocalls"
1193
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1194
-  (0.1ms) SELECT version FROM "schema_migrations"
1195
- Connecting to database specified by database.yml
1196
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1197
-  (0.4ms) select sqlite_version(*)
1198
-  (3.0ms) DROP TABLE "robocall_robocalls"
1199
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1200
-  (0.1ms) SELECT version FROM "schema_migrations"
1201
- Connecting to database specified by database.yml
1202
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1203
-  (0.4ms) select sqlite_version(*)
1204
-  (2.8ms) DROP TABLE "robocall_robocalls"
1205
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1206
-  (0.2ms) SELECT version FROM "schema_migrations"
1207
- Connecting to database specified by database.yml
1208
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1209
-  (0.4ms) select sqlite_version(*)
1210
-  (2.8ms) DROP TABLE "robocall_robocalls"
1211
-  (2.1ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1212
-  (0.1ms) SELECT version FROM "schema_migrations"
1213
- Connecting to database specified by database.yml
1214
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1215
-  (0.4ms) select sqlite_version(*)
1216
-  (2.7ms) DROP TABLE "robocall_robocalls"
1217
-  (2.1ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1218
-  (0.1ms) SELECT version FROM "schema_migrations"
1219
- Connecting to database specified by database.yml
1220
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1221
-  (0.4ms) select sqlite_version(*)
1222
-  (2.7ms) DROP TABLE "robocall_robocalls"
1223
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1224
-  (0.1ms) SELECT version FROM "schema_migrations"
1225
- Connecting to database specified by database.yml
1226
-  (10.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1227
-  (0.4ms) select sqlite_version(*)
1228
-  (17.8ms) DROP TABLE "robocall_robocalls"
1229
-  (18.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1230
-  (0.4ms) SELECT version FROM "schema_migrations"
1231
- Connecting to database specified by database.yml
1232
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1233
-  (0.4ms) select sqlite_version(*)
1234
-  (84.6ms) DROP TABLE "robocall_robocalls"
1235
-  (13.4ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1236
-  (0.1ms) SELECT version FROM "schema_migrations"
1237
- Connecting to database specified by database.yml
1238
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1239
-  (0.3ms) select sqlite_version(*)
1240
-  (2.8ms) DROP TABLE "robocall_robocalls"
1241
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1242
-  (0.1ms) SELECT version FROM "schema_migrations"
1243
- Connecting to database specified by database.yml
1244
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1245
-  (0.4ms) select sqlite_version(*)
1246
-  (91.3ms) DROP TABLE "robocall_robocalls"
1247
-  (14.4ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1248
-  (0.1ms) SELECT version FROM "schema_migrations"
1249
- Connecting to database specified by database.yml
1250
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1251
-  (0.3ms) select sqlite_version(*)
1252
-  (2.8ms) DROP TABLE "robocall_robocalls"
1253
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1254
-  (0.1ms) SELECT version FROM "schema_migrations"
1255
- Connecting to database specified by database.yml
1256
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1257
-  (0.3ms) select sqlite_version(*)
1258
-  (2.7ms) DROP TABLE "robocall_robocalls"
1259
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1260
-  (0.2ms) SELECT version FROM "schema_migrations"
1261
- Connecting to database specified by database.yml
1262
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1263
-  (0.4ms) select sqlite_version(*)
1264
-  (3.6ms) DROP TABLE "robocall_robocalls"
1265
-  (2.1ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1266
-  (0.1ms) SELECT version FROM "schema_migrations"
1267
- Connecting to database specified by database.yml
1268
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1269
-  (0.4ms) select sqlite_version(*)
1270
-  (2.8ms) DROP TABLE "robocall_robocalls"
1271
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1272
-  (0.1ms) SELECT version FROM "schema_migrations"
1273
- Connecting to database specified by database.yml
1274
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1275
-  (0.4ms) select sqlite_version(*)
1276
-  (2.7ms) DROP TABLE "robocall_robocalls"
1277
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1278
-  (0.2ms) SELECT version FROM "schema_migrations"
1279
- Connecting to database specified by database.yml
1280
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1281
-  (0.4ms) select sqlite_version(*)
1282
-  (3.2ms) DROP TABLE "robocall_robocalls"
1283
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1284
-  (0.1ms) SELECT version FROM "schema_migrations"
1285
- Connecting to database specified by database.yml
1286
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1287
-  (0.3ms) select sqlite_version(*)
1288
-  (3.8ms) DROP TABLE "robocall_robocalls"
1289
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1290
-  (0.1ms) SELECT version FROM "schema_migrations"
1291
- Connecting to database specified by database.yml
1292
-  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1293
-  (0.4ms) select sqlite_version(*)
1294
-  (1.8ms) DROP TABLE "robocall_robocalls"
1295
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1296
-  (0.1ms) SELECT version FROM "schema_migrations"
1297
- Connecting to database specified by database.yml
1298
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1299
-  (0.4ms) select sqlite_version(*)
1300
-  (2.6ms) DROP TABLE "robocall_robocalls"
1301
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1302
-  (0.1ms) SELECT version FROM "schema_migrations"
1303
- Connecting to database specified by database.yml
1304
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1305
-  (0.4ms) select sqlite_version(*)
1306
-  (12.7ms) DROP TABLE "robocall_robocalls"
1307
-  (13.1ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1308
-  (0.1ms) SELECT version FROM "schema_migrations"
1309
- Connecting to database specified by database.yml
1310
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1311
-  (0.3ms) select sqlite_version(*)
1312
-  (1.7ms) DROP TABLE "robocall_robocalls"
1313
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1314
-  (0.1ms) SELECT version FROM "schema_migrations"
1315
- Connecting to database specified by database.yml
1316
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1317
-  (0.4ms) select sqlite_version(*)
1318
-  (3.1ms) DROP TABLE "robocall_robocalls"
1319
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1320
-  (0.1ms) SELECT version FROM "schema_migrations"
1321
- Connecting to database specified by database.yml
1322
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1323
-  (0.4ms) select sqlite_version(*)
1324
-  (2.6ms) DROP TABLE "robocall_robocalls"
1325
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1326
-  (0.1ms) SELECT version FROM "schema_migrations"
1327
- Connecting to database specified by database.yml
1328
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1329
-  (0.4ms) select sqlite_version(*)
1330
-  (1.7ms) DROP TABLE "robocall_robocalls"
1331
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1332
-  (0.1ms) SELECT version FROM "schema_migrations"
1333
- Connecting to database specified by database.yml
1334
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1335
-  (0.4ms) select sqlite_version(*)
1336
-  (3.6ms) DROP TABLE "robocall_robocalls"
1337
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1338
-  (0.1ms) SELECT version FROM "schema_migrations"
1339
- Connecting to database specified by database.yml
1340
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1341
-  (0.4ms) select sqlite_version(*)
1342
-  (2.8ms) DROP TABLE "robocall_robocalls"
1343
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1344
-  (0.1ms) SELECT version FROM "schema_migrations"
1345
- Connecting to database specified by database.yml
1346
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1347
-  (0.4ms) select sqlite_version(*)
1348
-  (2.7ms) DROP TABLE "robocall_robocalls"
1349
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1350
-  (0.1ms) SELECT version FROM "schema_migrations"
1351
- Connecting to database specified by database.yml
1352
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1353
-  (0.3ms) select sqlite_version(*)
1354
-  (2.8ms) DROP TABLE "robocall_robocalls"
1355
-  (1.6ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1356
-  (0.1ms) SELECT version FROM "schema_migrations"
1357
- Connecting to database specified by database.yml
1358
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1359
-  (0.3ms) select sqlite_version(*)
1360
-  (3.0ms) DROP TABLE "robocall_robocalls"
1361
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1362
-  (0.1ms) SELECT version FROM "schema_migrations"
1363
- Connecting to database specified by database.yml
1364
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1365
-  (0.4ms) select sqlite_version(*)
1366
-  (2.5ms) DROP TABLE "robocall_robocalls"
1367
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1368
-  (0.1ms) SELECT version FROM "schema_migrations"
1369
- Connecting to database specified by database.yml
1370
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1371
-  (0.3ms) select sqlite_version(*)
1372
-  (2.7ms) DROP TABLE "robocall_robocalls"
1373
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1374
-  (0.1ms) SELECT version FROM "schema_migrations"
1375
- Connecting to database specified by database.yml
1376
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1377
-  (0.3ms) select sqlite_version(*)
1378
-  (2.7ms) DROP TABLE "robocall_robocalls"
1379
-  (2.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1380
-  (0.1ms) SELECT version FROM "schema_migrations"
1381
- Connecting to database specified by database.yml
1382
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1383
-  (0.4ms) select sqlite_version(*)
1384
-  (2.7ms) DROP TABLE "robocall_robocalls"
1385
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1386
-  (0.1ms) SELECT version FROM "schema_migrations"
1387
- Connecting to database specified by database.yml
1388
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1389
-  (0.3ms) select sqlite_version(*)
1390
-  (2.5ms) DROP TABLE "robocall_robocalls"
1391
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1392
-  (0.2ms) SELECT version FROM "schema_migrations"
1393
- Connecting to database specified by database.yml
1394
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1395
-  (0.3ms) select sqlite_version(*)
1396
-  (3.4ms) DROP TABLE "robocall_robocalls"
1397
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1398
-  (0.1ms) SELECT version FROM "schema_migrations"
1399
- Connecting to database specified by database.yml
1400
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1401
-  (0.3ms) select sqlite_version(*)
1402
-  (2.7ms) DROP TABLE "robocall_robocalls"
1403
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1404
-  (0.1ms) SELECT version FROM "schema_migrations"
1405
- Connecting to database specified by database.yml
1406
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1407
-  (0.4ms) select sqlite_version(*)
1408
-  (2.7ms) DROP TABLE "robocall_robocalls"
1409
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1410
-  (0.1ms) SELECT version FROM "schema_migrations"
1411
- Connecting to database specified by database.yml
1412
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1413
-  (0.4ms) select sqlite_version(*)
1414
-  (2.8ms) DROP TABLE "robocall_robocalls"
1415
-  (2.2ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1416
-  (0.2ms) SELECT version FROM "schema_migrations"
1417
- Connecting to database specified by database.yml
1418
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1419
-  (0.3ms) select sqlite_version(*)
1420
-  (2.9ms) DROP TABLE "robocall_robocalls"
1421
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1422
-  (0.1ms) SELECT version FROM "schema_migrations"
1423
- Connecting to database specified by database.yml
1424
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1425
-  (0.4ms) select sqlite_version(*)
1426
-  (2.6ms) DROP TABLE "robocall_robocalls"
1427
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1428
-  (0.1ms) SELECT version FROM "schema_migrations"
1429
- Connecting to database specified by database.yml
1430
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1431
-  (0.4ms) select sqlite_version(*)
1432
-  (3.1ms) DROP TABLE "robocall_robocalls"
1433
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1434
-  (0.3ms) SELECT version FROM "schema_migrations"
1435
- Connecting to database specified by database.yml
1436
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1437
-  (0.3ms) select sqlite_version(*)
1438
-  (2.8ms) DROP TABLE "robocall_robocalls"
1439
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1440
-  (0.1ms) SELECT version FROM "schema_migrations"
1441
- Connecting to database specified by database.yml
1442
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1443
-  (0.3ms) select sqlite_version(*)
1444
-  (2.8ms) DROP TABLE "robocall_robocalls"
1445
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1446
-  (0.2ms) SELECT version FROM "schema_migrations"
1447
- Connecting to database specified by database.yml
1448
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1449
-  (0.4ms) select sqlite_version(*)
1450
-  (2.9ms) DROP TABLE "robocall_robocalls"
1451
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1452
-  (0.1ms) SELECT version FROM "schema_migrations"
1453
- Connecting to database specified by database.yml
1454
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1455
-  (0.4ms) select sqlite_version(*)
1456
-  (1.8ms) DROP TABLE "robocall_robocalls"
1457
-  (1.4ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1458
-  (0.1ms) SELECT version FROM "schema_migrations"
1459
- Connecting to database specified by database.yml
1460
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1461
-  (0.4ms) select sqlite_version(*)
1462
-  (2.6ms) DROP TABLE "robocall_robocalls"
1463
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1464
-  (0.1ms) SELECT version FROM "schema_migrations"
1465
- Connecting to database specified by database.yml
1466
-  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1467
-  (0.4ms) select sqlite_version(*)
1468
-  (1.7ms) DROP TABLE "robocall_robocalls"
1469
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1470
-  (0.1ms) SELECT version FROM "schema_migrations"
1471
- Connecting to database specified by database.yml
1472
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1473
-  (0.3ms) select sqlite_version(*)
1474
-  (3.4ms) DROP TABLE "robocall_robocalls"
1475
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1476
-  (0.1ms) SELECT version FROM "schema_migrations"
1477
- Connecting to database specified by database.yml
1478
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1479
-  (0.3ms) select sqlite_version(*)
1480
-  (2.7ms) DROP TABLE "robocall_robocalls"
1481
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1482
-  (0.1ms) SELECT version FROM "schema_migrations"
1483
- Connecting to database specified by database.yml
1484
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1485
-  (0.4ms) select sqlite_version(*)
1486
-  (2.7ms) DROP TABLE "robocall_robocalls"
1487
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1488
-  (0.1ms) SELECT version FROM "schema_migrations"
1489
- Connecting to database specified by database.yml
1490
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1491
-  (0.4ms) select sqlite_version(*)
1492
-  (2.7ms) DROP TABLE "robocall_robocalls"
1493
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1494
-  (0.1ms) SELECT version FROM "schema_migrations"
1495
- Connecting to database specified by database.yml
1496
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1497
-  (0.4ms) select sqlite_version(*)
1498
-  (2.8ms) DROP TABLE "robocall_robocalls"
1499
-  (1.5ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1500
-  (0.1ms) SELECT version FROM "schema_migrations"
1501
- Connecting to database specified by database.yml
1502
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1503
-  (0.3ms) select sqlite_version(*)
1504
-  (3.0ms) DROP TABLE "robocall_robocalls"
1505
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1506
-  (0.2ms) SELECT version FROM "schema_migrations"
1507
- Connecting to database specified by database.yml
1508
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1509
-  (0.3ms) select sqlite_version(*)
1510
-  (2.4ms) DROP TABLE "robocall_robocalls"
1511
-  (1.4ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1512
-  (0.1ms) SELECT version FROM "schema_migrations"
1513
- Connecting to database specified by database.yml
1514
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1515
-  (0.4ms) select sqlite_version(*)
1516
-  (2.9ms) DROP TABLE "robocall_robocalls"
1517
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1518
-  (0.1ms) SELECT version FROM "schema_migrations"
1519
- Connecting to database specified by database.yml
1520
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1521
-  (0.4ms) select sqlite_version(*)
1522
-  (3.0ms) DROP TABLE "robocall_robocalls"
1523
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1524
-  (0.2ms) SELECT version FROM "schema_migrations"
1525
- Connecting to database specified by database.yml
1526
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1527
-  (0.3ms) select sqlite_version(*)
1528
-  (2.7ms) DROP TABLE "robocall_robocalls"
1529
-  (2.1ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1530
-  (0.2ms) SELECT version FROM "schema_migrations"
1531
- Connecting to database specified by database.yml
1532
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1533
-  (0.4ms) select sqlite_version(*)
1534
-  (1.8ms) DROP TABLE "robocall_robocalls"
1535
-  (1.7ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1536
-  (0.1ms) SELECT version FROM "schema_migrations"
1537
- Connecting to database specified by database.yml
1538
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1539
-  (0.3ms) select sqlite_version(*)
1540
-  (2.9ms) DROP TABLE "robocall_robocalls"
1541
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1542
-  (0.1ms) SELECT version FROM "schema_migrations"
1543
- Connecting to database specified by database.yml
1544
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1545
-  (0.4ms) select sqlite_version(*)
1546
-  (2.8ms) DROP TABLE "robocall_robocalls"
1547
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1548
-  (0.1ms) SELECT version FROM "schema_migrations"
1549
- Connecting to database specified by database.yml
1550
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1551
-  (0.3ms) select sqlite_version(*)
1552
-  (2.8ms) DROP TABLE "robocall_robocalls"
1553
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1554
-  (0.1ms) SELECT version FROM "schema_migrations"
1555
- Connecting to database specified by database.yml
1556
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1557
-  (0.4ms) select sqlite_version(*)
1558
-  (1.5ms) DROP TABLE "robocall_robocalls"
1559
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1560
-  (0.1ms) SELECT version FROM "schema_migrations"
1561
- Connecting to database specified by database.yml
1562
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1563
-  (0.3ms) select sqlite_version(*)
1564
-  (3.1ms) DROP TABLE "robocall_robocalls"
1565
-  (2.0ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1566
-  (0.1ms) SELECT version FROM "schema_migrations"
1567
- Connecting to database specified by database.yml
1568
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1569
-  (0.4ms) select sqlite_version(*)
1570
-  (2.7ms) DROP TABLE "robocall_robocalls"
1571
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1572
-  (0.2ms) SELECT version FROM "schema_migrations"
1573
- Connecting to database specified by database.yml
1574
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1575
-  (0.3ms) select sqlite_version(*)
1576
-  (2.8ms) DROP TABLE "robocall_robocalls"
1577
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1578
-  (0.1ms) SELECT version FROM "schema_migrations"
1579
- Connecting to database specified by database.yml
1580
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1581
-  (0.3ms) select sqlite_version(*)
1582
-  (3.5ms) DROP TABLE "robocall_robocalls"
1583
-  (1.8ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1584
-  (0.1ms) SELECT version FROM "schema_migrations"
1585
- Connecting to database specified by database.yml
1586
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1587
-  (0.4ms) select sqlite_version(*)
1588
-  (13.5ms) DROP TABLE "robocall_robocalls"
1589
-  (1.3ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1590
-  (0.1ms) SELECT version FROM "schema_migrations"
1591
- Connecting to database specified by database.yml
1592
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1593
-  (0.4ms) select sqlite_version(*)
1594
-  (2.8ms) DROP TABLE "robocall_robocalls"
1595
-  (1.9ms) CREATE TABLE "robocall_robocalls" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "token" varchar(255), "xml" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1596
-  (0.2ms) SELECT version FROM "schema_migrations"
10
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130807225623')