tin_opener 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -1
  3. data/app/controllers/tin_opener/data_sets_controller.rb +2 -1
  4. data/app/models/tin_opener/data_set.rb +2 -1
  5. data/app/views/tin_opener/data_sets/index.html.erb +1 -1
  6. data/lib/tin_opener/data_file_processor.rb +25 -11
  7. data/lib/tin_opener/data_file_processors/csv_processor.rb +24 -0
  8. data/lib/tin_opener/data_file_processors/xls_processor.rb +36 -0
  9. data/lib/tin_opener/version.rb +1 -1
  10. data/lib/tin_opener.rb +4 -0
  11. data/spec/dummy/log/development.log +516 -0
  12. data/spec/dummy/log/test.log +5894 -0
  13. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/3MR1DJHzwOb48EQrXsHiHJ7IjgDYaKg8TF_1oluekCU.cache +1 -0
  14. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/9JAtmrE8gkN4Ll_ses1H_M5ylPg_rV75JTy-LInDW5A.cache +0 -0
  15. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/BqwVbEXQReJqZ1O-vYl0bgDgn5AjRFyVyu26OlZSeDk.cache +0 -0
  16. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/Jow55IN5o80YnLiOg4Fr5N9WPT7dOSW1FsC30syKOXM.cache +1 -0
  17. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/NQA9K_2Oq3l5Jz2kmZcV4LJIDx1cJOQbwZQjZq_Ob8k.cache +1 -0
  18. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/OqdzJMApqmuOR5HA5XbQ9Ukw0t66o_kOvOr9gRTb-ys.cache +0 -0
  19. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/UoPmraIR_8GBdt82Qv7E46vB85biTLUEFnsqW5h3AHY.cache +3 -0
  20. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/YBxAUfyQDHjoEa2iz272XBdRKrtQ7tS5kmMLmymLYXU.cache +1 -0
  21. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/ZXdv0D_C5WAx0i5WNLYVhLj_WYBcK_Km4B907jOwh7k.cache +1 -0
  22. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/e8WNBOjUvEkKqQpZOIclS1Azo4QSaSyaZewShwzREds.cache +1 -0
  23. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/hkvQh5qylGCuuWPMjn7586FUemTh6giau8b0IaFgmak.cache +1 -0
  24. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/kD6BsXWNOKOD6OuqYVuxbXKliQbe8n1c_fHhCRqkqKU.cache +2 -0
  25. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/pgKZvrFeOEW9p9wqha2PA5mqALzmUehQRncxgx7HSFY.cache +0 -0
  26. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/usob9Vws5kXcHktDHWDxgEiIKUmU9eLNwvJSjWYfVSg.cache +0 -0
  27. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/x1NjeGbfRAMdAff315v2hcYniAL5QVpxdqW0rFIHRKU.cache +3 -0
  28. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/znqRv2LKKafofH32eY4huW3WeDBZB0l-ESutpXdht9I.cache +2 -0
  29. data/spec/examples.txt +17 -7
  30. data/spec/factories/{tin_opener_data_sets.rb → data_sets.rb} +1 -1
  31. data/spec/factories/records.rb +6 -0
  32. data/spec/features/tin_opener/data_sets_spec.rb +61 -0
  33. data/spec/fixtures/data_sets/contaminacion-acustica-2015.xls +0 -0
  34. data/spec/fixtures/data_sets/encuesta-calidad-de-vida-2014.xls +0 -0
  35. data/spec/fixtures/data_sets/trabajos_planificados_m30.xml +1 -0
  36. data/spec/lib/tin_opener/data_file_processor_spec.rb +65 -0
  37. data/spec/models/tin_opener/data_set_spec.rb +1 -1
  38. data/spec/models/tin_opener/record_spec.rb +2 -2
  39. data/spec/rails_helper.rb +3 -1
  40. data/spec/spec_helper.rb +4 -2
  41. data/spec/support/url_helpers.rb +7 -0
  42. metadata +79 -5
  43. data/spec/factories/tin_opener_records.rb +0 -6
@@ -203,3 +203,519 @@ ORDER BY c.conname
203
203
   (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
204
204
   (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
205
205
   (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
206
+  (120.8ms) DROP DATABASE IF EXISTS "tin_opener_test"
207
+  (444.5ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
208
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
209
+ SQL (25.4ms) CREATE EXTENSION IF NOT EXISTS "hstore"
210
+  (5.7ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
211
+  (13.2ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
212
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
213
+  (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
214
+  (0.5ms) SELECT version FROM "schema_migrations"
215
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
216
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
217
+  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
218
+  (110.9ms) DROP DATABASE IF EXISTS "tin_opener_test"
219
+  (290.5ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
220
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
221
+ SQL (31.9ms) CREATE EXTENSION IF NOT EXISTS "hstore"
222
+  (109.8ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
223
+  (19.3ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
224
+  (15.1ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
225
+  (24.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
226
+  (0.4ms) SELECT version FROM "schema_migrations"
227
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
228
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
229
+  (22.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
230
+  (111.2ms) DROP DATABASE IF EXISTS "tin_opener_test"
231
+  (252.2ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
232
+ SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
233
+ SQL (30.7ms) CREATE EXTENSION IF NOT EXISTS "hstore"
234
+  (7.1ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
235
+  (20.3ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
236
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
237
+  (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
238
+  (0.3ms) SELECT version FROM "schema_migrations"
239
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
240
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
241
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
242
+  (111.7ms) DROP DATABASE IF EXISTS "tin_opener_test"
243
+  (280.1ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
244
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
245
+ SQL (21.1ms) CREATE EXTENSION IF NOT EXISTS "hstore"
246
+  (5.8ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
247
+  (4.2ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
248
+  (3.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
249
+  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
250
+  (0.4ms) SELECT version FROM "schema_migrations"
251
+  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
252
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
253
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
254
+  (113.8ms) DROP DATABASE IF EXISTS "tin_opener_test"
255
+  (318.4ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
256
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
257
+ SQL (21.7ms) CREATE EXTENSION IF NOT EXISTS "hstore"
258
+  (6.7ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
259
+  (5.2ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
260
+  (2.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
261
+  (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
262
+  (0.4ms) SELECT version FROM "schema_migrations"
263
+  (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
264
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
265
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
266
+  (112.2ms) DROP DATABASE IF EXISTS "tin_opener_test"
267
+  (302.0ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
268
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
269
+ SQL (23.0ms) CREATE EXTENSION IF NOT EXISTS "hstore"
270
+  (5.8ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
271
+  (3.7ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
272
+  (2.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
273
+  (2.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
274
+  (0.7ms) SELECT version FROM "schema_migrations"
275
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
276
+  (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
277
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
278
+  (111.8ms) DROP DATABASE IF EXISTS "tin_opener_test"
279
+  (293.4ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
280
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
281
+ SQL (21.5ms) CREATE EXTENSION IF NOT EXISTS "hstore"
282
+  (5.7ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
283
+  (4.3ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
284
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
285
+  (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
286
+  (0.3ms) SELECT version FROM "schema_migrations"
287
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
288
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
289
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
290
+  (117.6ms) DROP DATABASE IF EXISTS "tin_opener_test"
291
+  (412.8ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
292
+ SQL (0.6ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
293
+ SQL (26.8ms) CREATE EXTENSION IF NOT EXISTS "hstore"
294
+  (8.9ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
295
+  (4.1ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
296
+  (3.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
297
+  (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
298
+  (0.3ms) SELECT version FROM "schema_migrations"
299
+  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
300
+  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
301
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
302
+  (112.9ms) DROP DATABASE IF EXISTS "tin_opener_test"
303
+  (314.4ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
304
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
305
+ SQL (22.4ms) CREATE EXTENSION IF NOT EXISTS "hstore"
306
+  (6.3ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
307
+  (4.4ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
308
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
309
+  (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
310
+  (0.4ms) SELECT version FROM "schema_migrations"
311
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
312
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
313
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
314
+  (111.3ms) DROP DATABASE IF EXISTS "tin_opener_test"
315
+  (323.2ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
316
+ SQL (0.6ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
317
+ SQL (23.0ms) CREATE EXTENSION IF NOT EXISTS "hstore"
318
+  (5.8ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
319
+  (4.4ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
320
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
321
+  (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
322
+  (0.3ms) SELECT version FROM "schema_migrations"
323
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
324
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
325
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
326
+  (111.8ms) DROP DATABASE IF EXISTS "tin_opener_test"
327
+  (284.1ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
328
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
329
+ SQL (23.2ms) CREATE EXTENSION IF NOT EXISTS "hstore"
330
+  (6.0ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
331
+  (5.4ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
332
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
333
+  (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
334
+  (0.4ms) SELECT version FROM "schema_migrations"
335
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
336
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
337
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
338
+  (111.7ms) DROP DATABASE IF EXISTS "tin_opener_test"
339
+  (318.1ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
340
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
341
+ SQL (22.3ms) CREATE EXTENSION IF NOT EXISTS "hstore"
342
+  (5.8ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
343
+  (3.7ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
344
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
345
+  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
346
+  (0.4ms) SELECT version FROM "schema_migrations"
347
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
348
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
349
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
350
+  (113.8ms) DROP DATABASE IF EXISTS "tin_opener_test"
351
+  (319.0ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
352
+ SQL (0.6ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
353
+ SQL (25.4ms) CREATE EXTENSION IF NOT EXISTS "hstore"
354
+  (6.3ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
355
+  (4.4ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
356
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
357
+  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
358
+  (0.3ms) SELECT version FROM "schema_migrations"
359
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
360
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
361
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
362
+  (112.7ms) DROP DATABASE IF EXISTS "tin_opener_test"
363
+  (312.3ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
364
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
365
+ SQL (22.7ms) CREATE EXTENSION IF NOT EXISTS "hstore"
366
+  (6.1ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
367
+  (5.6ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
368
+  (2.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
369
+  (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
370
+  (0.7ms) SELECT version FROM "schema_migrations"
371
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
372
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
373
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
374
+  (139.5ms) DROP DATABASE IF EXISTS "tin_opener_test"
375
+  (659.9ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
376
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
377
+ SQL (23.9ms) CREATE EXTENSION IF NOT EXISTS "hstore"
378
+  (6.6ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
379
+  (4.1ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
380
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
381
+  (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
382
+  (0.3ms) SELECT version FROM "schema_migrations"
383
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
384
+  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
385
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
386
+  (112.3ms) DROP DATABASE IF EXISTS "tin_opener_test"
387
+  (303.1ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
388
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
389
+ SQL (23.3ms) CREATE EXTENSION IF NOT EXISTS "hstore"
390
+  (7.3ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
391
+  (3.6ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
392
+  (2.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
393
+  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
394
+  (0.3ms) SELECT version FROM "schema_migrations"
395
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
396
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
397
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
398
+  (111.4ms) DROP DATABASE IF EXISTS "tin_opener_test"
399
+  (279.8ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
400
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
401
+ SQL (21.2ms) CREATE EXTENSION IF NOT EXISTS "hstore"
402
+  (7.7ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
403
+  (4.1ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
404
+  (3.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
405
+  (2.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
406
+  (0.4ms) SELECT version FROM "schema_migrations"
407
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
408
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
409
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
410
+  (112.4ms) DROP DATABASE IF EXISTS "tin_opener_test"
411
+  (279.6ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
412
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
413
+ SQL (21.7ms) CREATE EXTENSION IF NOT EXISTS "hstore"
414
+  (6.1ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
415
+  (3.9ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
416
+  (3.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
417
+  (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
418
+  (0.3ms) SELECT version FROM "schema_migrations"
419
+  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
420
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
421
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
422
+  (112.9ms) DROP DATABASE IF EXISTS "tin_opener_test"
423
+  (342.1ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
424
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
425
+ SQL (24.4ms) CREATE EXTENSION IF NOT EXISTS "hstore"
426
+  (5.8ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
427
+  (4.6ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
428
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
429
+  (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
430
+  (0.4ms) SELECT version FROM "schema_migrations"
431
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
432
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
433
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
434
+  (111.2ms) DROP DATABASE IF EXISTS "tin_opener_test"
435
+  (291.6ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
436
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
437
+ SQL (21.3ms) CREATE EXTENSION IF NOT EXISTS "hstore"
438
+  (6.0ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
439
+  (4.0ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
440
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
441
+  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
442
+  (0.3ms) SELECT version FROM "schema_migrations"
443
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
444
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
445
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
446
+  (122.1ms) DROP DATABASE IF EXISTS "tin_opener_test"
447
+  (629.8ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
448
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
449
+ SQL (21.2ms) CREATE EXTENSION IF NOT EXISTS "hstore"
450
+  (5.9ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
451
+  (4.2ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
452
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
453
+  (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
454
+  (0.3ms) SELECT version FROM "schema_migrations"
455
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
456
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
457
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
458
+  (112.4ms) DROP DATABASE IF EXISTS "tin_opener_test"
459
+  (316.4ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
460
+ SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
461
+ SQL (22.6ms) CREATE EXTENSION IF NOT EXISTS "hstore"
462
+  (6.6ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
463
+  (4.1ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
464
+  (2.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
465
+  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
466
+  (0.6ms) SELECT version FROM "schema_migrations"
467
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
468
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
469
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
470
+  (111.2ms) DROP DATABASE IF EXISTS "tin_opener_test"
471
+  (305.3ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
472
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
473
+ SQL (29.8ms) CREATE EXTENSION IF NOT EXISTS "hstore"
474
+  (6.3ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
475
+  (4.0ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
476
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
477
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
478
+  (0.3ms) SELECT version FROM "schema_migrations"
479
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
480
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
481
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
482
+  (213.2ms) DROP DATABASE IF EXISTS "tin_opener_test"
483
+  (330.8ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
484
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
485
+ SQL (22.7ms) CREATE EXTENSION IF NOT EXISTS "hstore"
486
+  (7.0ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
487
+  (3.6ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
488
+  (38.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
489
+  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
490
+  (0.6ms) SELECT version FROM "schema_migrations"
491
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
492
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
493
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
494
+  (111.9ms) DROP DATABASE IF EXISTS "tin_opener_test"
495
+  (266.2ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
496
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
497
+ SQL (21.2ms) CREATE EXTENSION IF NOT EXISTS "hstore"
498
+  (5.8ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
499
+  (4.0ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
500
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
501
+  (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
502
+  (0.4ms) SELECT version FROM "schema_migrations"
503
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
504
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
505
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
506
+  (112.2ms) DROP DATABASE IF EXISTS "tin_opener_test"
507
+  (267.4ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
508
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
509
+ SQL (21.4ms) CREATE EXTENSION IF NOT EXISTS "hstore"
510
+  (5.6ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
511
+  (3.9ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
512
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
513
+  (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
514
+  (0.4ms) SELECT version FROM "schema_migrations"
515
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
516
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
517
+  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
518
+  (113.0ms) DROP DATABASE IF EXISTS "tin_opener_test"
519
+  (283.2ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
520
+ SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
521
+ SQL (21.6ms) CREATE EXTENSION IF NOT EXISTS "hstore"
522
+  (5.5ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
523
+  (3.9ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
524
+  (2.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
525
+  (3.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
526
+  (0.4ms) SELECT version FROM "schema_migrations"
527
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
528
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
529
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
530
+  (113.5ms) DROP DATABASE IF EXISTS "tin_opener_test"
531
+  (278.2ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
532
+ SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
533
+ SQL (33.1ms) CREATE EXTENSION IF NOT EXISTS "hstore"
534
+  (7.4ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
535
+  (6.8ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
536
+  (2.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
537
+  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
538
+  (0.5ms) SELECT version FROM "schema_migrations"
539
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
540
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
541
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
542
+  (111.3ms) DROP DATABASE IF EXISTS "tin_opener_test"
543
+  (315.3ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
544
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
545
+ SQL (21.4ms) CREATE EXTENSION IF NOT EXISTS "hstore"
546
+  (5.6ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
547
+  (23.6ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
548
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
549
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
550
+  (0.4ms) SELECT version FROM "schema_migrations"
551
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
552
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
553
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
554
+  (112.0ms) DROP DATABASE IF EXISTS "tin_opener_test"
555
+  (289.2ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
556
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
557
+ SQL (24.8ms) CREATE EXTENSION IF NOT EXISTS "hstore"
558
+  (5.5ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
559
+  (4.6ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
560
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
561
+  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
562
+  (0.3ms) SELECT version FROM "schema_migrations"
563
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
564
+  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
565
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
566
+  (111.9ms) DROP DATABASE IF EXISTS "tin_opener_test"
567
+  (256.2ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
568
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
569
+ SQL (21.7ms) CREATE EXTENSION IF NOT EXISTS "hstore"
570
+  (5.5ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
571
+  (4.5ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
572
+  (2.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
573
+  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
574
+  (0.3ms) SELECT version FROM "schema_migrations"
575
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
576
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
577
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
578
+  (112.0ms) DROP DATABASE IF EXISTS "tin_opener_test"
579
+  (318.1ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
580
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
581
+ SQL (28.7ms) CREATE EXTENSION IF NOT EXISTS "hstore"
582
+  (5.6ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
583
+  (4.1ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
584
+  (2.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
585
+  (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
586
+  (0.5ms) SELECT version FROM "schema_migrations"
587
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
588
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
589
+  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
590
+  (171.4ms) DROP DATABASE IF EXISTS "tin_opener_test"
591
+  (393.9ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
592
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
593
+ SQL (21.7ms) CREATE EXTENSION IF NOT EXISTS "hstore"
594
+  (5.5ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
595
+  (4.2ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
596
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
597
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
598
+  (0.3ms) SELECT version FROM "schema_migrations"
599
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
600
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
601
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
602
+  (111.5ms) DROP DATABASE IF EXISTS "tin_opener_test"
603
+  (343.2ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
604
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
605
+ SQL (22.8ms) CREATE EXTENSION IF NOT EXISTS "hstore"
606
+  (5.5ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
607
+  (4.8ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
608
+  (2.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
609
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
610
+  (0.3ms) SELECT version FROM "schema_migrations"
611
+  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
612
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
613
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
614
+  (110.9ms) DROP DATABASE IF EXISTS "tin_opener_test"
615
+  (273.7ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
616
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
617
+ SQL (22.8ms) CREATE EXTENSION IF NOT EXISTS "hstore"
618
+  (5.8ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
619
+  (6.0ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
620
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
621
+  (2.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
622
+  (0.4ms) SELECT version FROM "schema_migrations"
623
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
624
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
625
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
626
+  (114.7ms) DROP DATABASE IF EXISTS "tin_opener_test"
627
+  (321.3ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
628
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
629
+ SQL (25.6ms) CREATE EXTENSION IF NOT EXISTS "hstore"
630
+  (7.0ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
631
+  (4.5ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
632
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
633
+  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
634
+  (0.3ms) SELECT version FROM "schema_migrations"
635
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
636
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
637
+  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
638
+  (112.1ms) DROP DATABASE IF EXISTS "tin_opener_test"
639
+  (317.2ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
640
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
641
+ SQL (23.7ms) CREATE EXTENSION IF NOT EXISTS "hstore"
642
+  (5.4ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
643
+  (3.9ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
644
+  (2.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
645
+  (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
646
+  (0.3ms) SELECT version FROM "schema_migrations"
647
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
648
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
649
+  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
650
+  (111.9ms) DROP DATABASE IF EXISTS "tin_opener_test"
651
+  (314.8ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
652
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
653
+ SQL (21.6ms) CREATE EXTENSION IF NOT EXISTS "hstore"
654
+  (6.2ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
655
+  (5.6ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
656
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
657
+  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
658
+  (0.3ms) SELECT version FROM "schema_migrations"
659
+  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
660
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
661
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
662
+  (112.0ms) DROP DATABASE IF EXISTS "tin_opener_test"
663
+  (294.0ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
664
+ SQL (0.7ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
665
+ SQL (39.7ms) CREATE EXTENSION IF NOT EXISTS "hstore"
666
+  (6.1ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
667
+  (4.3ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
668
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
669
+  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
670
+  (0.3ms) SELECT version FROM "schema_migrations"
671
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
672
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
673
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
674
+  (113.2ms) DROP DATABASE IF EXISTS "tin_opener_test"
675
+  (265.9ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
676
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
677
+ SQL (21.8ms) CREATE EXTENSION IF NOT EXISTS "hstore"
678
+  (5.5ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
679
+  (4.1ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
680
+  (2.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
681
+  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
682
+  (0.4ms) SELECT version FROM "schema_migrations"
683
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
684
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
685
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
686
+  (126.6ms) DROP DATABASE IF EXISTS "tin_opener_test"
687
+  (973.9ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
688
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
689
+ SQL (64.9ms) CREATE EXTENSION IF NOT EXISTS "hstore"
690
+  (5.6ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
691
+  (4.1ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
692
+  (2.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
693
+  (7.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
694
+  (1.1ms) SELECT version FROM "schema_migrations"
695
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
696
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
697
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
698
+  (110.5ms) DROP DATABASE IF EXISTS "tin_opener_test"
699
+  (560.2ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
700
+ SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
701
+ SQL (42.0ms) CREATE EXTENSION IF NOT EXISTS "hstore"
702
+  (5.4ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
703
+  (4.4ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
704
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
705
+  (2.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
706
+  (0.5ms) SELECT version FROM "schema_migrations"
707
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
708
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
709
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')
710
+  (111.8ms) DROP DATABASE IF EXISTS "tin_opener_test"
711
+  (361.4ms) CREATE DATABASE "tin_opener_test" ENCODING = 'unicode'
712
+ SQL (0.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"
713
+ SQL (21.5ms) CREATE EXTENSION IF NOT EXISTS "hstore"
714
+  (5.8ms) CREATE TABLE "tin_opener_data_sets" ("id" serial primary key, "name" character varying, "headers" hstore, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) 
715
+  (41.5ms) CREATE TABLE "tin_opener_records" ("id" serial primary key, "row_data" hstore, "data_set_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
716
+  (2.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL) 
717
+  (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
718
+  (0.6ms) SELECT version FROM "schema_migrations"
719
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024194928')
720
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183112')
721
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20151024183219')