(0.9ms) SELECT sqlite_version(*) ↳ bin/rails:4  (25.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ bin/rails:4  (6.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ bin/rails:4  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:4 Migrating to CreateUsers (20190412001203)  (0.0ms) begin transaction ↳ bin/rails:4  (0.9ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/migrate/20190412001203_create_users.rb:3 ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190412001203"]] ↳ bin/rails:4  (5.3ms) commit transaction ↳ bin/rails:4 Migrating to CreateActiveStorageTables (20190412001215)  (0.1ms) begin transaction ↳ bin/rails:4  (0.4ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL) ↳ db/migrate/20190412001215_create_active_storage_tables.active_storage.rb:4  (0.3ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key") ↳ db/migrate/20190412001215_create_active_storage_tables.active_storage.rb:4  (0.5ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL, CONSTRAINT "fk_rails_c3b3935057" FOREIGN KEY ("blob_id") REFERENCES "active_storage_blobs" ("id") ) ↳ db/migrate/20190412001215_create_active_storage_tables.active_storage.rb:16  (0.3ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id") ↳ db/migrate/20190412001215_create_active_storage_tables.active_storage.rb:16  (0.3ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") ↳ db/migrate/20190412001215_create_active_storage_tables.active_storage.rb:16 ActiveRecord::SchemaMigration Create (1.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190412001215"]] ↳ bin/rails:4  (10.5ms) commit transaction ↳ bin/rails:4 Migrating to CreateCmorBlogPosts (20190412001234)  (0.2ms) begin transaction ↳ bin/rails:4  (1.0ms) CREATE TABLE "cmor_blog_posts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "body" text, "published_at" datetime, "created_by_id" integer, "updated_by_id" integer, "slug" varchar, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/migrate/20190412001234_create_cmor_blog_posts.cmor_blog.rb:4  (0.4ms) CREATE UNIQUE INDEX "index_cmor_blog_posts_on_slug" ON "cmor_blog_posts" ("slug") ↳ db/migrate/20190412001234_create_cmor_blog_posts.cmor_blog.rb:4 ActiveRecord::SchemaMigration Create (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190412001234"]] ↳ bin/rails:4  (7.7ms) commit transaction ↳ bin/rails:4 Migrating to CreateCmorBlogAssetDetails (20190412001235)  (0.1ms) begin transaction ↳ bin/rails:4  (0.6ms) CREATE TABLE "cmor_blog_asset_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/migrate/20190412001235_create_cmor_blog_asset_details.cmor_blog.rb:4  (0.2ms) CREATE INDEX "index_cmor_blog_asset_details_on_post_id" ON "cmor_blog_asset_details" ("post_id") ↳ db/migrate/20190412001235_create_cmor_blog_asset_details.cmor_blog.rb:4  (0.3ms) CREATE INDEX "index_cmor_blog_asset_details_on_asset_id" ON "cmor_blog_asset_details" ("asset_id") ↳ db/migrate/20190412001235_create_cmor_blog_asset_details.cmor_blog.rb:4 ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190412001235"]] ↳ bin/rails:4  (7.0ms) commit transaction ↳ bin/rails:4 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:4  (0.3ms) begin transaction ↳ bin/rails:4 ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-04-12 00:12:34.926525"], ["updated_at", "2019-04-12 00:12:34.926525"]] ↳ bin/rails:4  (5.6ms) commit transaction ↳ bin/rails:4  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:4  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:4  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:4  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:4  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:4  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:4  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:4  (0.2ms) DROP TABLE IF EXISTS "active_storage_attachments" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (15.1ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL) ↳ db/schema.rb:15  (13.3ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id") ↳ db/schema.rb:15  (7.7ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") ↳ db/schema.rb:15  (0.5ms) DROP TABLE IF EXISTS "active_storage_blobs" ↳ db/schema.rb:25  (6.3ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL) ↳ db/schema.rb:25  (6.1ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key") ↳ db/schema.rb:25  (0.3ms) DROP TABLE IF EXISTS "cmor_blog_asset_details" ↳ db/schema.rb:36  (8.4ms) CREATE TABLE "cmor_blog_asset_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:36  (4.8ms) CREATE INDEX "index_cmor_blog_asset_details_on_asset_id" ON "cmor_blog_asset_details" ("asset_id") ↳ db/schema.rb:36  (5.2ms) CREATE INDEX "index_cmor_blog_asset_details_on_post_id" ON "cmor_blog_asset_details" ("post_id") ↳ db/schema.rb:36  (0.4ms) DROP TABLE IF EXISTS "cmor_blog_posts" ↳ db/schema.rb:49  (7.3ms) CREATE TABLE "cmor_blog_posts" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "body" text, "published_at" datetime, "created_by_id" integer, "updated_by_id" integer, "slug" varchar, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:49  (6.3ms) CREATE UNIQUE INDEX "index_cmor_blog_posts_on_slug" ON "cmor_blog_posts" ("slug") ↳ db/schema.rb:49  (0.3ms) DROP TABLE IF EXISTS "users" ↳ db/schema.rb:62  (4.1ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:62  (5.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (6.0ms) INSERT INTO "schema_migrations" (version) VALUES (20190412001235) ↳ db/schema.rb:13  (4.1ms) INSERT INTO "schema_migrations" (version) VALUES (20190412001203), (20190412001215), (20190412001234);  ↳ db/schema.rb:13  (4.5ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (1.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.1ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-04-12 00:12:35.126892"], ["updated_at", "2019-04-12 00:12:35.126892"]] ↳ db/schema.rb:13  (5.4ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:4  (0.1ms) begin transaction ↳ bin/rails:4 ActiveRecord::InternalMetadata Update (0.4ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2019-04-12 00:12:35.139725"], ["key", "environment"]] ↳ bin/rails:4  (4.5ms) commit transaction ↳ bin/rails:4