spec/dummy/log/development.log in cmor_galleries-0.0.41.pre vs spec/dummy/log/development.log in cmor_galleries-0.0.42.pre
- old
+ new
@@ -1,122 +1,132 @@
- [1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
+ [1m[35m (0.3ms)[0m [1m[34mSELECT sqlite_version(*)[0m
↳ bin/rails:4
- [1m[35m (3.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
+ [1m[35m (13.0ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
↳ bin/rails:4
- [1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
+ [1m[35m (4.3ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
↳ bin/rails:4
- [1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
↳ bin/rails:4
-Migrating to CreateActiveStorageTables (20200119054324)
- [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+Migrating to CreateActiveStorageTables (20200119183525)
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
↳ bin/rails:4
- [1m[35m (0.5ms)[0m [1m[35mCREATE 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)[0m
- ↳ db/migrate/20200119054324_create_active_storage_tables.active_storage.rb:4
- [1m[35m (0.6ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")[0m
- ↳ db/migrate/20200119054324_create_active_storage_tables.active_storage.rb:4
- [1m[35m (0.2ms)[0m [1m[35mCREATE 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"
+ [1m[35m (1.1ms)[0m [1m[35mCREATE 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)[0m
+ ↳ db/migrate/20200119183525_create_active_storage_tables.active_storage.rb:4
+ [1m[35m (0.3ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")[0m
+ ↳ db/migrate/20200119183525_create_active_storage_tables.active_storage.rb:4
+ [1m[35m (0.3ms)[0m [1m[35mCREATE 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")
)[0m
- ↳ db/migrate/20200119054324_create_active_storage_tables.active_storage.rb:16
+ ↳ db/migrate/20200119183525_create_active_storage_tables.active_storage.rb:16
[1m[35m (0.2ms)[0m [1m[35mCREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")[0m
- ↳ db/migrate/20200119054324_create_active_storage_tables.active_storage.rb:16
+ ↳ db/migrate/20200119183525_create_active_storage_tables.active_storage.rb:16
[1m[35m (0.2ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")[0m
- ↳ db/migrate/20200119054324_create_active_storage_tables.active_storage.rb:16
- [1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20200119054324"]]
+ ↳ db/migrate/20200119183525_create_active_storage_tables.active_storage.rb:16
+ [1m[36mActiveRecord::SchemaMigration Create (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20200119183525"]]
↳ bin/rails:4
- [1m[35m (3.6ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (15.6ms)[0m [1m[36mcommit transaction[0m
↳ bin/rails:4
-Migrating to CreateCmorGalleriesPictureGalleries (20200119054349)
- [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+Migrating to CreateCmorGalleriesPictureGalleries (20200119183555)
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
↳ bin/rails:4
- [1m[35m (0.4ms)[0m [1m[35mCREATE TABLE "cmor_galleries_picture_galleries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "published_at" datetime, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
- ↳ db/migrate/20200119054349_create_cmor_galleries_picture_galleries.cmor_galleries.rb:4
- [1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20200119054349"]]
+ [1m[35m (0.7ms)[0m [1m[35mCREATE TABLE "cmor_galleries_picture_galleries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "published_at" datetime, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
+ ↳ db/migrate/20200119183555_create_cmor_galleries_picture_galleries.cmor_galleries.rb:4
+ [1m[36mActiveRecord::SchemaMigration Create (0.6ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20200119183555"]]
↳ bin/rails:4
- [1m[35m (2.4ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (6.6ms)[0m [1m[36mcommit transaction[0m
↳ bin/rails:4
-Migrating to CreateCmorGalleriesPictureDetails (20200119054350)
- [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+Migrating to CreateCmorGalleriesPictureDetails (20200119183556)
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
↳ bin/rails:4
- [1m[35m (0.3ms)[0m [1m[35mCREATE TABLE "cmor_galleries_picture_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "picture_gallery_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
- ↳ db/migrate/20200119054350_create_cmor_galleries_picture_details.cmor_galleries.rb:4
- [1m[36mActiveRecord::SchemaMigration Create (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20200119054350"]]
+ [1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "cmor_galleries_picture_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "picture_gallery_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
+ ↳ db/migrate/20200119183556_create_cmor_galleries_picture_details.cmor_galleries.rb:4
+ [1m[36mActiveRecord::SchemaMigration Create (0.5ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20200119183556"]]
↳ bin/rails:4
- [1m[35m (11.1ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (4.6ms)[0m [1m[36mcommit transaction[0m
↳ bin/rails:4
- [1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
- ↳ bin/rails:4
+Migrating to AddIdentifierToCmorGalleriesPictureDetails (20200119183557)
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
↳ bin/rails:4
- [1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2020-01-19 05:43:49.536584"], ["updated_at", "2020-01-19 05:43:49.536584"]]
+ [1m[35m (0.6ms)[0m [1m[35mALTER TABLE "cmor_galleries_picture_details" ADD "identifier" varchar[0m
+ ↳ db/migrate/20200119183557_add_identifier_to_cmor_galleries_picture_details.cmor_galleries.rb:4
+ [1m[36mActiveRecord::SchemaMigration Create (0.6ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20200119183557"]]
↳ bin/rails:4
- [1m[35m (3.4ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
↳ bin/rails:4
- [1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[36mActiveRecord::InternalMetadata Load (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
↳ bin/rails:4
- [1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
↳ bin/rails:4
- [1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
+ [1m[36mActiveRecord::InternalMetadata Create (1.1ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2020-01-19 18:35:55.711171"], ["updated_at", "2020-01-19 18:35:55.711171"]]
↳ bin/rails:4
- [1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[35m (10.6ms)[0m [1m[36mcommit transaction[0m
↳ bin/rails:4
+ [1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ ↳ bin/rails:4
+ [1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ ↳ bin/rails:4
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
↳ bin/rails:4
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
↳ bin/rails:4
- [1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
↳ bin/rails:4
+ [1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ ↳ bin/rails:4
+ [1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
+ ↳ bin/rails:4
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "active_storage_attachments"[0m
↳ db/schema.rb:15
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
↳ db/schema.rb:15
- [1m[35m (4.4ms)[0m [1m[35mCREATE 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)[0m
+ [1m[35m (3.3ms)[0m [1m[35mCREATE 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)[0m
↳ db/schema.rb:15
- [1m[35m (11.5ms)[0m [1m[35mCREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")[0m
+ [1m[35m (3.4ms)[0m [1m[35mCREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")[0m
↳ db/schema.rb:15
- [1m[35m (14.9ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")[0m
+ [1m[35m (13.0ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")[0m
↳ db/schema.rb:15
- [1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "active_storage_blobs"[0m
+ [1m[35m (0.6ms)[0m [1m[35mDROP TABLE IF EXISTS "active_storage_blobs"[0m
↳ db/schema.rb:25
- [1m[35m (13.0ms)[0m [1m[35mCREATE 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)[0m
+ [1m[35m (11.7ms)[0m [1m[35mCREATE 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)[0m
↳ db/schema.rb:25
- [1m[35m (12.6ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")[0m
+ [1m[35m (10.6ms)[0m [1m[35mCREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")[0m
↳ db/schema.rb:25
- [1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "cmor_galleries_picture_details"[0m
+ [1m[35m (0.3ms)[0m [1m[35mDROP TABLE IF EXISTS "cmor_galleries_picture_details"[0m
↳ db/schema.rb:36
- [1m[35m (11.0ms)[0m [1m[35mCREATE TABLE "cmor_galleries_picture_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "picture_gallery_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
+ [1m[35m (18.6ms)[0m [1m[35mCREATE TABLE "cmor_galleries_picture_details" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "picture_gallery_id" integer, "asset_id" integer, "title" varchar, "description" text, "position" integer, "published_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "identifier" varchar)[0m
↳ db/schema.rb:36
- [1m[35m (0.3ms)[0m [1m[35mDROP TABLE IF EXISTS "cmor_galleries_picture_galleries"[0m
- ↳ db/schema.rb:47
- [1m[35m (17.5ms)[0m [1m[35mCREATE TABLE "cmor_galleries_picture_galleries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "published_at" datetime, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
- ↳ db/schema.rb:47
- [1m[35m (13.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
+ [1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "cmor_galleries_picture_galleries"[0m
+ ↳ db/schema.rb:48
+ [1m[35m (12.1ms)[0m [1m[35mCREATE TABLE "cmor_galleries_picture_galleries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "published_at" datetime, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
+ ↳ db/schema.rb:48
+ [1m[35m (9.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
↳ db/schema.rb:13
- [1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
+ [1m[35m (0.8ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
↳ db/schema.rb:13
- [1m[35m (8.8ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20200119054350)[0m
+ [1m[35m (12.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20200119183557)[0m
↳ db/schema.rb:13
- [1m[35m (18.7ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
-(20200119054324),
-(20200119054349);
+ [1m[35m (4.3ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
+(20200119183525),
+(20200119183556),
+(20200119183555);
[0m
↳ db/schema.rb:13
- [1m[35m (6.8ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
+ [1m[35m (4.7ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
↳ db/schema.rb:13
- [1m[36mActiveRecord::InternalMetadata Load (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
+ [1m[36mActiveRecord::InternalMetadata Load (0.9ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
↳ db/schema.rb:13
- [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
↳ db/schema.rb:13
- [1m[36mActiveRecord::InternalMetadata Create (0.6ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2020-01-19 05:43:49.766069"], ["updated_at", "2020-01-19 05:43:49.766069"]]
+ [1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2020-01-19 18:35:55.918847"], ["updated_at", "2020-01-19 18:35:55.918847"]]
↳ db/schema.rb:13
- [1m[35m (5.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (2.9ms)[0m [1m[36mcommit transaction[0m
↳ db/schema.rb:13
- [1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
+ [1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
↳ bin/rails:4
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
↳ bin/rails:4
- [1m[36mActiveRecord::InternalMetadata Update (0.5ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2020-01-19 05:43:49.784265"], ["key", "environment"]]
+ [1m[36mActiveRecord::InternalMetadata Update (1.0ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2020-01-19 18:35:55.931563"], ["key", "environment"]]
↳ bin/rails:4
- [1m[35m (5.5ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (4.1ms)[0m [1m[36mcommit transaction[0m
↳ bin/rails:4