(20.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (59.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateProducts (20170507023018)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "sku" varchar, "title" varchar, "price" decimal, "active" boolean, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170507023018"]]  (60.4ms) commit transaction Migrating to CreateUsers (20170507023113)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170507023113"]]  (19.5ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", 2017-05-07 02:31:47 UTC], ["updated_at", 2017-05-07 02:31:47 UTC]]  (74.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to InstallAudited (20170507191539)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "audits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "auditable_id" integer, "auditable_type" varchar, "associated_id" integer, "associated_type" varchar, "user_id" integer, "user_type" varchar, "username" varchar, "action" varchar, "audited_changes" text, "version" integer DEFAULT 0, "comment" varchar, "remote_address" varchar, "request_uuid" varchar, "created_at" datetime)  (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "auditable_index" ON "audits" ("auditable_id", "auditable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='auditable_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='auditable_index' AND type='index'   (0.1ms) CREATE INDEX "associated_index" ON "audits" ("associated_id", "associated_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='associated_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='associated_index' AND type='index'   (0.0ms)  SELECT sql FROM sqlite_master WHERE name='auditable_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='auditable_index' AND type='index'   (0.1ms) CREATE INDEX "user_index" ON "audits" ("user_id", "user_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='user_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='user_index' AND type='index'   (0.0ms)  SELECT sql FROM sqlite_master WHERE name='associated_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='associated_index' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='auditable_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='auditable_index' AND type='index'   (0.1ms) CREATE INDEX "index_audits_on_request_uuid" ON "audits" ("request_uuid")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_audits_on_request_uuid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_audits_on_request_uuid' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='user_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='user_index' AND type='index'   (0.0ms)  SELECT sql FROM sqlite_master WHERE name='associated_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='associated_index' AND type='index'   (0.0ms)  SELECT sql FROM sqlite_master WHERE name='auditable_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='auditable_index' AND type='index'   (0.1ms) CREATE INDEX "index_audits_on_created_at" ON "audits" ("created_at") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170507191539"]]  (20.4ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_audits_on_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_audits_on_created_at' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_audits_on_request_uuid' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_audits_on_request_uuid' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='user_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='user_index' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='associated_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='associated_index' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='auditable_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='auditable_index' AND type='index'