(1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateJobNotifierJobs (20160401185325)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "job_notifier_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "identifier" varchar, "job_id" varchar, "status" varchar, "job_class" varchar, "result" text, "notified" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_job_notifier_jobs_on_identifier" ON "job_notifier_jobs" ("identifier")  (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_job_notifier_jobs_on_identifier' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_job_notifier_jobs_on_identifier' AND type='index'  (0.1ms) CREATE INDEX "index_job_notifier_jobs_on_job_id" ON "job_notifier_jobs" ("job_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160401185325"]]  (1.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_job_notifier_jobs_on_job_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_job_notifier_jobs_on_job_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_job_notifier_jobs_on_identifier' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_job_notifier_jobs_on_identifier' AND type='index'